/*
red:#b50b0b
red:#420303
blue:#3868d8
*/

html {
	height:100%;
}

body {						/*hinterster Hintergrund*/
	font-size:10pt;
	font-family:arial,sans-serif;
	color:black;
	padding:0px;
	/*margin:0px;*/
	background-color:#585d70;
	background-image:url(images/MainBG.gif);
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
}

a:link, a:visited {
	text-decoration:none;
	color:#6699ff;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0px solid #6699ff; /*Bilderumrahmung bei Link*/
}

#MainFrame {
	margin:auto;
	position:relative;
	width:970px;
}
#Banner {
	background-image:url(images/Banner3.jpg);
	background-repeat: repeat-y;
	margin-top:0px;
	margin-left:9px;
  	height:183px; /*Je nach Bildhöhe Höhe des Feldes für Banner hier einstellen*/
}
#UpperFrame {	/* Navi und Mainframe */
	/*background-image:url(images/Schatten.png); /*Schatten für Navi und Mainframe*/
	/*background-color:#6e6e6e;*/
	padding-top:15px;
}
#Content {	/*Mainframe*/
	margin:-15px 16px 0px 0px;
	padding:20px;
	background-color:#DFE6E7;
	width:740px;
	float:right;
	line-height:150%;
	
}
#Navigation {  /*Navigation-Hintergrunds*/
	position:relative;
	float:left;
	/*left:0px;*/
	/*top:125px;*/
	top:-15px;
	width:152px;
	/*padding-left:8px;*/
	/*background-color:#64B1D8;*/
	margin-left:22px;
	background-image:url(images/NavBG.png);
	background-position:0px 15px;
	background-repeat:no-repeat;
}

#Schatten_unten {
	/*background-image:url(images/Schatten_unten.png);
	height:15px;
	width:970px;*/
}

#popupMessages {
	/* Transparenz */
	background-image:url(images/transparent_65.png) !important;
	background-image:none;
	filter:Alpha(Opacity=65) !important;
	background-color:transparent !important;
	background-color: #000000;
	height:100%;
	width:100%;
	position:absolute;
	z-index:5;
}

.Menue2, .Menue2 li ul {
	list-style:none;
	padding:0px;
	margin-left:0px;
	margin-top:0;
	font-size:9pt;
}
.Menue2 li {
	font-weight:bold;

}
.Menue2 li ul li {
	margin-bottom:2px;
}
.Menue2 li ul li a {
	display:block;
	height:15px;
	padding-top:2px;
	/*background-color:#282828;*/
	font-weight:normal;
	
	/* Transparenz */
	background-image:url(images/transparent_65.png) !important;
	background-image:none;
	filter:Alpha(Opacity=65) !important;
	background-color:transparent !important;
	background-color: #000000;
}
.Menue2 li ul li a:hover, .NavLink_2:visited, .NavLink_2:link {
	/* Transparenz */
	background-image:url(images/transparent_rot_65.png) !important;
	background-image:none;
	filter:Alpha(Opacity=65) !important;
	background-color:transparent !important;
	background-color:#420303;
}

<!--Anmeldebox-->
.Box1 {
	width:145px;
	/*background-color:red;*/
	background-image:url(images/Box1_mitte.png);
	background-repeat:repeat-y;
	position:relative;
}
.Box1_Head {
	height:15px;
	background-image:url(images/Box1_oben.png);
	padding-top:9px;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
}
.Box1_Content {
	/*background-image:url(images/Box1_mitte.png);*/
	/*background-position:bottom;*/
	background-repeat:repeat-y;
	padding:2px 2px 2px 2px;
}
.Box1_Bottom {
	width:145px;
	background-image:url(images/Box1_unten.png);
	/*background-position:bottom;*/
	background-repeat:no-repeat;
	padding:4px 9px 6px 9px;
}

.Box_gray {
	margin:12px 0px 0px 18px;
	border:1px solid gray;
	padding:15px;
	background-color:#D6DDDD;
	line-height:150%;
}

.Balk_Black {
	background-image:url(images/TestBox.png);
	background-repeat:no-repeat;
	background-color:black;
	color:white;
	border:2px solid gray;
	padding:5px;
	margin-top:25px;
}

#NavigationContent {
	margin-left:0px;
}

/*LoginBox Start*/

#LoginBox {
	
	margin-left:3px;
	display: block;
}

#LoginBox input {
	border:1px solid #b50b0b;
	margin-bottom:3px;
}

/*LoginBox Ende*/

.icon {
	border:none;
}

.transparent {
	/* Transparenz */
	background-image:url(images/transparent_65.png) !important;
	background-image:none;
	filter:Alpha(Opacity=65) !important;
	background-color:transparent !important;
	background-color: #000000;
}

/* Guestbook */

.GuestbookEntry {
	position:relative;
	border:1px solid gray;
	float:left;
	margin-bottom:20px;
	padding:2px;
	background-color:#D6DDDD;
	z-index:9;
}

.GuestbookProfile {
	float:left;
	width:168px;
	border-right:1px solid black;
	font-size:8pt;
	line-height:100%;
	padding:5px;
}

.GuestbookProfile a:link {
	font-size:8pt;
}

.GuestbookText {
	float:right;
	width:544px;
	border-left:1px solid black;
	position:relative;
	left:-1px;
	padding:5px 10px 20px 10px;
}

.GuestbookDate {
	font-weight:bold;
	font-size:8pt;
	position:absolute;
	bottom:0px;
	left:10px;
}
.GuestbookAnswer {
	background-color:#DDDDDD;
	border:1px solid #3868d8;
	margin-top:5px;
	margin-bottom:5px;
	font-size:8pt;
	padding-left:5px;
	padding-right:5px;
}

.ButtonNewEntryGuestbook {		/*noch nicht benutzt*/
	width:152px;
	height:26px;
	text-align:center;
	background: url(images/guestbook_newentry0.png) left top no-repeat;
	/*background: url(images/guestbook_newentry2.png) left top repeat-x;*/
	display:block;
	padding-top:2px;
	border:none;
}

.GuestbookButtonSpeichern {		/*noch nicht benutzt*/
	width:150px;
	height:26px;
	text-align:center;
	/*background-image:url(images/tagebuch_speichern.png);*/ /*bei <button> graues Feld!*/
	background: url(images/buttons/gb_speichern.png) left top no-repeat;	/*bg content #DFE6E7*/
	display:block;
	padding-top:2px;
	border:none;
}

/* Tagebuch */

.TagebuchEntry {
	position:relative;
	float:left;
	margin-bottom:20px;
	padding:2px;
	z-index:9;
}

.TagebuchEntry a:link {
	color:#333;
}

.TagebuchEntry a:visited {
	color:#333;
}

/*Ansicht Tagebuch Start*/
.TagebuchHead {
	background-image:url(images/tagebuch_top.gif);
	background-repeat:no-repeat;
	height:156px;
	width:650px;
}

.TagebuchBcgrnd {
	background-image:url(images/tagebuch_mid.png);	/*tagebuch_mid.gif*/
	background-repeat:repeat-y;
	background-position:inherit;
	
	width:500px;
	position:relative;
	left:10px;
	padding:5px 10px 20px 10px;
}

.TagebuchBottom {
	background-image:url(images/tagebuch_bottom.gif);
	background-repeat:no-repeat;
	height:118px;
	width:650px;
}

.ButtonNewEntryTagebuch {
	width:160px;
	height:26px;
	text-align:center;
	/*background-image:url(images/tagebuch_newentry.png);*/
	background: url(images/tagebuch_newentry.png) left top no-repeat;
	display:block;
	padding-top:2px;
	border:none;
}
/*Ansicht Tagebuch Ende*/

/*Neuer Eintrag Tagebuch Start*/
.ButtonSpeichernTagebuch {
	width:160px;
	height:26px;
	text-align:center;
	/*background-image:url(images/tagebuch_speichern.png);*/ /*bei <button> graues Feld!*/
	background: url(images/tagebuch_speichern.png) left top no-repeat;	/*bg content #DFE6E7*/
	display:block;
	padding-top:2px;
	border:none;
}

.TagebuchHeadInput {
	background-image:url(images/tagebuch_top.gif);
	background-repeat:no-repeat;
	height:156px;
	width:500px;
}

.textareaTagebuch { 
	/*background-image: url("images/tagebuch_mid.gif");*/
	/*background-image: url("images/tagebuch_mid.png");*/
	/*background-repeat:repeat-y;*/
	text-align: left;
	width: 500px;
	/*border:1px solid red;*/	/*#C4C4C4*/
}

.TagebuchBottomInput {
	background-image:url(images/tagebuch_bottom.gif);
	background-repeat:no-repeat;
	height:118px;
	width:500px;
	text-align:center;
}
/*Neuer Eintrag Tagebuch Ende*/


/* Gerüchteküche */

.GeruechteEntry {
	position:relative;
	border:1px solid gray;
	float:left;
	margin-bottom:20px;
	padding:2px;
	background-color:#D6DDDD;
	z-index:9;
	width:730px;
}

.GeruechteText {
	float:left;
	width:650px;
}

.GeruechteRight {
	float:right;
	/*width:120px;*/
	position:absolute;
	bottom:0;
	right:5px;
	text-align:right;
}



/* Abivid*/

.AbividEntry {
	position:relative;
	float:left;
	margin-bottom:20px;
	padding:2px;
	z-index:9;
	color:white;
	left:60px;
}

/*Ansicht Tagebuch Start*/
.AbividHead {
	background-image:url(images/Clapperboard_top.png);
	background-repeat:no-repeat;
	height:156px;
	width:607px;
}

.AbividBcgrnd {
	background-image:url(images/Clapperboard_mid.png);	/*tagebuch_mid.gif*/
	background-repeat:repeat-y;
	background-position:inherit;
	float:right;
	width:607px;
	position:relative;
	left:4px;
	padding:5px 10px 20px 10px;
}

.AbividBottom {
	background-image:url(images/Clapperboard_bottom.png);
	background-repeat:no-repeat;
	height:30px;
	width:607px;
	margin-left:4px;
}

/* BILDER */

.TopicPics {
	margin:auto;
	width:730px;
	margin-top:15px;
	margin-bottom:15px;
}

.TopicPics ul {
	margin:0px;
	padding:0px;
}


.PreviewPic1, .PreviewPic1:link {
	width:122px;
	height:142px;
	padding:12px;
	margin-bottom:1px;
	display:block;
	font-size:7pt;
	text-decoration:none;
	color:black;
	line-height:120%;
	text-align:left;
	background-image:url(images/Box2.png);
}
.PreviewPic1:hover {
	background-image:url(images/Box2_hover.png);
	text-decoration:none;
	color:black;
}
.PreviewPic1:visited {
	text-decoration:none;
	color:black;
}
.PreviewPic2 {
	background-position:center;
	background-repeat:no-repeat;
	background-color:black;
	width:120px;
	height:120px;
	display:block;
	border:1px solid gray;
}

.CommentName {
	margin-left:30px;
	margin-top:15px;
	width:500px;
	font-weight:bold;
	font-size:9pt;
	border-bottom:1px dashed gray;
}

.CommentName span {
	font-weight:normal;
	color:gray;
	font-size:7pt;
	font-style:italic;
}

.CommentContent {
	width:430px;
	margin-left:100px;
	padding-left:10px;
	border-left:2px solid black;
}

/* FORMULAR */


fieldset {
	border:1px solid #b50b0b;
	padding:10px 10px 10px 10px !important;
	padding:0px 10px 10px 10px;
}

fieldset legend {
	font-weight:bold;
	border:1px solid #3868d8;
	padding:3px;
	margin-bottom:0 !important;
	margin-bottom:10px;
	color:#555555;
}

fieldset label, .left {
	float:left;
	text-align:right;
	width:120px;
	margin-right:5px;
}

.normalLabel {
	float:none;
	width:700px;
	text-align:left;
	display:block;
}

fieldset .right, fieldset button {
	 margin-left :125px;
}

button, .button_120, .button_100, button_80 {
	width:150px;
	height:25px;
	text-align:center;
	padding-top:3px;
	color:#6699ff;
	background-image:url(images/Button_150.png);
	border:none;

}

.button {
	width:150px;
	height:22px;
	text-align:center;
	color:#3868d8;
	background-image:url(images/Button_150.png);
	display:block;
	padding-top:2px;
}

button.button_120 {
	width:120px;
	background-image:url(images/Button_120.png);
}
button.button_100 {
	width:100px;
	background-image:url(images/Button_100.png);
}
button.button_80 {
	width:80px;
	background-image:url(images/button_80.png);
	height:23px;
	padding-top:0px;
	background-repeat:no-repeat;
}


a.button_120 {
	width:120px;
	height:20px;
	padding-top:5px;
	display:block;
	background-image:url(images/Button_120.png);
}
a.button_100 {
	width:100px;
	height:20px;
	padding-top:5px;
	display:block;
	background-image:url(images/Button_100.png);
}
a.button_80 {
	width:100px;
	height:20px;
	display:block;
	background-image:url(images/button_80.png);
}


input, textarea, select {
	border:1px solid #C4C4C4;
}

fieldset input, fieldset textarea, fieldset select {
	margin-bottom:8px;
}

fieldset .fullWidth {
	width:435px;
}

fieldset input:focus, fieldset textarea:focus, fieldset select:focus {
	background-color:#F6F6F6;
}

.errormessage {
	color:red;
}

fieldset .errormessage {
	display:block;
	margin-top:15px;
}

.noInputMargin input, .noInputMargin select {
	margin-bottom:0;
}

fieldset .InputDescription {
	float:none;
	display:block;
	text-align:left;
	width:95%;
	font-weight:bold;
}

fieldset .InputFullLine {
	margin-left:0;
}


.disabled {
	background-color:#DDDDDD;
	color:#555555;
}

/* Table */


.Table {
	background-color:#555555;
}
.Table td {
	background-color:#F6F6F6;
}

.TableHeadline {
	color:#333333;
	font-weight:bold;
}

.TableHeadline td {
	background-color:#D3D3D3;
}

.TableHead{
	width:551px;
	/*background-color:#008000;*/
	border-left:2px solid #555555;
	border-top:2px solid #555555;
	border-right:2px solid #555555;
	font-weight:bold;
	padding-left:25px;
	position:relative;
}

/* Tabelle Kollegstufe */

.TableKolleg {
	background-color:transparent;	/*#555555*/
/*	border-left:2px solid #555555;
	border-top:2px solid #555555;
	border-right:2px solid #555555;
	border-bottom:2px solid #555555;*/
}

.TableKolleg td {
	/*background-color:#F6F6F6;*/
}

.TableKolleg a:link {
	color:#333333;
}

.TableKolleg a:visited {
	color:#333333;
}

/* Kalender */

.KalenderWoche {
	clear:both;
	height:123px;
}

.MonatHeadlineWT, .MonatHeadlineWE {
	float:right;
	margin:4px 0px 0px 4px;
	background-color:gray;
	border:1px solid #151515;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}

.MonatHeadlineWT {
	width:60px;
}
.MonatHeadlineWE {
	width:197px;
}

.KalenderWT,.KalenderWE {
	height:117px;
	margin:4px 0px 0px 4px;
	float:right;
	border:1px solid #151515;
}

.KalenderWT {
	width:60px;
	background-color:#3d3d3d;
	
}
.KalenderWE {
	width:197px;
	background-color:#7b2929;
}

.KalenderWT#KalenderToday {
	background-color:gray;
}
.KalenderWE#KalenderToday {
	background-color:gray;
}
.KalenderEvent {
	display:block;
	background-color:#262626;
	border:1px solid black;
	border-left:none;
	border-right:none;
	margin-bottom:1px;
}
.internalEvent {
	background-color:#006600;
}
.bwgEvent {
	background-color:#DCC111;
}
.KalenderEvent:hover {
	background-color:#151515;
}
.internalEvent2 a {
	color:red;
}
.abi09Event2 a {
	color:#DCC111;
}

.UserShortProfile {
	display:none;
	position:absolute;
	left:150px;
	bottom:0px;
	background-image:url(images/TestBox.png);
	background-position:-580px 0px;
	color:white;
	border:2px solid gray;
	padding:5px;
	width:150px;
	z-index:23;
}

.PicOfMomentHover {
	display:none;
	position:absolute;
	top:0px;
	background-image:url(images/TestBox.png);
	background-position:-580px 0px;
	color:white;
	border:2px solid gray;
	padding:5px;
	width:150px;
	z-index:5;
}

.ProfilDescription {
	color:gray;
	padding:3px;
	border-top:1px solid #3D3D3D;
}
.ProfilDescriptionLong {
	color:gray;
	padding-left:3px;
	margin-top:10px;
	border-top:1px solid #3D3D3D;
}
.ProfilValueLong {
	padding-left:8px;
}
.ProfilValue {
	padding:3px;
	border-top:1px solid #3D3D3D;
}

.Startseite_Block {
	margin-bottom:20px;
	border:0px solid red;
}
.Startseite_Block .Balk_Black {
	margin:0;
}

.HomeMenu {
	text-align:left;
	padding-top:122px;
	padding-left:400px;
}

