 

/* Deklaration der einzelnen DIV-Tags für das Seitenlayout und alle weiterführenden Deklarationen */

html {
  height: 100%;
}

body {
  font-family: verdana, sans-serif, Arial;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 100%;
}

#rahmen {
  margin: 0px auto 0px;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  background-color: #FCFCFC;
  width: 1000px;
  min-height: 100%;
}

#banner {
  height: 100px;
  width: 1000px;
  border-top: 1px solid #888888;
  z-index:1;
  /*
  background: #00247C;
  background: -webkit-linear-gradient(top, #00247C , #FAFAFA);
  background: -o-linear-gradient(bottom, #00247C, #FAFAFA);
  background: -moz-linear-gradient(bottom, #00247C, #FAFAFA);
  background: linear-gradient(to bottom, #00247C , #FAFAFA);
  */
  background-image: url(../png/banner.jpg);
  /*border-bottom: 1px solid #888888;*/
}

#logo {
  float:left;
  height: 68px;
  width: 360px;
  /*
  background-image: url(../png/heart-beat_schriftzug.png);
  background-size: 360px 68px;
  background-repeat: no-repeat;
  z-index:2;
  */
}

#pfadangabe {
  font-size: 11px;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  background-color: #F9F9F9;
  width: 594px;
  height: 15px;
  margin: -17px auto 0;
  padding-left: 3px;
  padding-right: 3px;
  z-index:2;
  text-align: left;
}

#links {
  float: left;
  width: 199px;
  text-align: left;
}

#inhalt {
  margin-left: 199px;
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  width: 590px;
  padding: 5px;
  background-color: #ffffff;
  text-align: left;
  min-height: 350px;
}

#rechts {
  float: right;
  width: 199px;
  text-align: left;
}

/* Deklaration der Info-, Hilfe-, Warungs- und Tip-Boxen */

.Infoboxhead {
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px dotted #888888;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
  font-weight: bold;
}

.Infoboxcontent {
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
  font-size: 11px;
}

#Info .Infoboxhead { background-color: #81BDE1; }
#Info .Infoboxcontent { background-color: #C0D1EB; }

#TipsTricks .Infoboxhead { background-color: #FFF88C; }
#TipsTricks .Infoboxcontent { background-color: #FFFAB2; }

#Warnung .Infoboxhead { background-color: #FF4F4F; }
#Warnung .Infoboxcontent { background-color: #FF7171; }

#Erfolg .Infoboxhead { background-color: #32cd32; }
#Erfolg .Infoboxcontent { background-color: #90ee90; }

#Hilfe { display: none; }
#Hilfe .Infoboxhead { background-color: #FFCC8B; }
#Hilfe .Infoboxcontent { background-color: #FFDDB2; }

/* Deklaration des Mini-Kalenders */
div.minikalender {
	float: right;
	margin-top: -20px;
	margin-right: 0px;
	width: 60px;
	height: 70px;
	background-image: url(../png/kalender_mini.png);
	background-position: center;
	text-align: center;
}

div.minikalender .kopf {
	padding-top: 4px;
	color: #FFFFFF;
}

div.minikalender .koerper1 {
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
}

div.minikalender .koerper2 {
	padding-top: 2px;
}

/* Deklaration der Zeit-Anzeige */
div.zeitanzeige {
	float: right;
	margin-top: -20px;
	margin-right: -22px;
	width: 60px;
	height: 70px;
	background-image: url(../png/zeit_mini.png);
	background-position: center;
	text-align: center;
}

div.zeitanzeige .kopf {
	padding-top: 4px;
	color: #FFFFFF;
}

div.zeitanzeige .koerper1 {
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
}

div.zeitanzeige .koerper2 {
	padding-top: 2px;
}

/* Deklaration des Profil-Bildes mit Rahmen (groß) */
div.bilderrahmen {
	width: 125px;
	height: 153px;
	border: 4px solid #FFFFFF;
	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 0px;

	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;

	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px;
	
	box-shadow: 0 0 1px rgba(0,0,0, 1.5);
	margin-left: 15px;
	margin-right: 15px;
    margin-top: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

div.profilbild {
	width: 224px;
	height: 274px;
	
	background-repeat: no-repeat;
	float: left;
	margin: 8px;
}

div.profilbildrahmen {
	width: 225px;
	height: 275px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../png/user/Fotorahmen.png);
}

/* Deklaration des Profil-Bildes mit Rahmen (klein) */
div.profilbildklein {
	width: 123px;
	height: 151px;
	background-position: center;
	background-repeat: no-repeat;
}

div.profilbildrahmenklein {
	width: 125px;
	height: 153px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../png/user/FotorahmenKlein.png);
}

/* Deklaration der Sprechblasen (in den Team-News) */

.triangle-border {
  position:relative;
  border:1px solid #888888;
  color:#333;
  background:#fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin-top:15px;
  min-height: 161px;
}

.triangle-border.left {
  margin-left:180px;
  margin-right:15px;
}

.triangle-border.right {
  margin-right:180px;
  margin-left:15px;
}

.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-20px;
  border-width:18px 18px 0;
  border-style:solid;
  border-color:#5a8f00 transparent;
  display:block;
  width:0;
}

.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-20px;
  border-width:11px 11px 0;
  border-style:solid;
  border-color:#fff transparent;
  display:block;
  width:0;
}

.triangle-border.left:before {
  top:60px; /* controls vertical position */
  bottom:auto;
  left:-30px; /* value = - border-left-width - border-right-width */
  border-width:12px 30px 12px 0;
  border-color:transparent #888888;
}

.triangle-border.left:after {
  top:61px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:-27px; /* value = - border-left-width - border-right-width */
  border-width:11px 28px 11px 0;
  border-color:transparent #fff;
}

.triangle-border.right:before {
  top:60px; /* controls vertical position */
  bottom:auto;
  left:auto;
  right:-30px; /* value = - border-left-width - border-right-width */
  border-width:12px 0 12px 30px;
  border-color:transparent #888888;
}

.triangle-border.right:after {
  top:61px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:auto;
  right:-27px; /* value = - border-left-width - border-right-width */
  border-width:11px 0 11px 28px;
  border-color:transparent #fff;
}

.SprechblaseOther {  
  position: relative;
  padding:15px;
  width: 400px;
  border: 2px solid #5a8f00;
  -webkit-border-radius: 20px;  
  -moz-border-radius: 20px;  
  border-radius: 20px;
  text-align: left;  
  background: #ffffff;
  float: left;
 }
 
.SprechblaseOther:before {  
  content: ' ';  
  position: absolute;  
  width: 0;  
  height: 0;  
  left: 340px;  
  top: 120px;  
  border: 20px solid;  
  border-color: #5a8f00 transparent transparent #5a8f00;  
  }
  
.SprechblaseOther:after {  
  content: ' ';  
  position: absolute;  
  width: 0;  
  height: 0;  
  left: 342px;  
  top: 119px;  
  border: 18px solid;  
  border-color: #fff transparent transparent #fff;  
  }

/* Deklaration der Navigation (Seiten-, Haupt- und Unternavigation) */
#snavigation {
  float: right;
}

.smenue {
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 11px;
  font-size: 15px;
  /*font-weight: bold;*/
  color: #00247C;
  float: right;
  background-color: #FEFEFE;
  opacity: 0.8;
}

.smenue:hover {
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 11px;
  font-size: 15px;
  /*font-weight: bold;*/
  color: #00247C;
  float: right;
  background-color: #EFEFEF;
  opacity: 0.8;
}

#smenuerundung {
  background-image: url(../png/navis-rundung.png);
  float: right;
  width: 46px;
  height: 40px;
  opacity: 0.8;
}

#hnavigation {
  /*border-bottom: 1px solid #D4D4D4;
  background-image: url(../png/navi.png);*/
  background-repeat: repeat-y;
  background: #888888; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #F2F2F2 , #FAFAFA); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #F2F2F2, #FAFAFA); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #F2F2F2, #FAFAFA); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #F2F2F2 , #FAFAFA); /* Standard syntax */
}

.hmenue {
  text-decoration: none;
  display: block;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  /*font-weight: bold;*/
  color: #00247C;
  border-top: 1px solid #D4D4D4;
  /*background-image: url(../png/navi.png);*/
  background-repeat: no-repeat;
}

.hmenue:hover {
  background-color: #EFEFEF;
  opacity: 0.8;
}

.hmenueh {
  text-decoration: none;
  display: block;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  /*font-weight: bold;*/
  color: #00247C;
  border-top: 1px solid #D4D4D4;
  /*background-image: url(../png/navih.png);*/
  background-repeat: no-repeat;
}

.hmenueh:hover {
  background-color: #EFEFEF;
  opacity: 0.8;
}

#unavigation {
  margin-left: 20px;
  background-color: #FFFFFF;
}

.umenue {
  text-decoration: none;
  display: block;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  color: #666666;
  border-top: 1px solid #D4D4D4;
  border-left: 1px solid #D4D4D4;
}

/* Deklaration des Layouts der Formularelemente */
fieldset {
	margin: 10px;
	padding: 10px;
	border: 0px solid #888888;
}

label {
	display: block;
	width: 140px;
	float: left;
	margin: 5px 0;
}

input,textarea {
	margin: 3px 0;
	border: 1px solid #888888;
	background: #FFFFFF;
	padding: 3px 3px;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	background: #ECF0F9;
}


input.buttondel {
	margin: 3px 0;
	border: 1px solid #888888;
	background: #FFDDDD;
	padding: 3px 3px;
}

input.buttondel:focus, input.buttondel:hover {
	background: #FFAAAA;
}

legend {
	font-weight: bold;
}

/* Deklaration von Links (ausgenommen der Navigation) */
a.button {
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	display: block;
	margin: 3px 3px;
	padding: 4px 8px;
	border: 1px solid #888888;
	background: #FFFFFF;
}

a.button:focus, a.button:hover {
	background: #ECF0F9;
}

a.kalendertag {
	text-decoration: none;
	color: #000000;
}

a.kalendertag:hover {
	text-decoration: none;
	color: #ff0000;
}

/* Deklaration von Tabellenlayouts */
/* Zeilen unterschiedlich einfärben */
.row_head {
	background-color: #CFCFCF;
	height: 22px;
	padding-left: 3px;
	padding-right: 3px;
}
.row_0 {
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
}
.row_1 {
	background-color: #f8f8f8;
	padding-left: 3px;
	padding-right: 3px;
}

/* Deklaration von Zeitleiste */
