
/* CSS Document für www.freiburger-familiencard.de */

* {margin:0;padding:0}

/* backslash hack v2 \*/ 
html, body{
	height:100%;
	font-size: 87%;
} 
/* end hack */ 

body {
	background-image: url(../img/background.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 8px;
}

/* hier erst mal die Bereiche */

#outer{
	min-height:100%;
	margin-left:140px;
	margin-right:240px;
	margin-bottom:-28px; /* Platz für den Footer */
}
 
#header{
	position:absolute;
	text-align:left;
	top:0;
	left:0;
	width:100%;
	height:130px;
	overflow:hidden;
}

#left {
	position:relative;
	width:140px;
	float:left;
	margin-left:-139px;
	z-index:100;
	left: -1px;
	margin-top: 36px;
}

#right {
	position:relative;
	width:200px;
	float:right;
	text-align:left;
	margin-right:-219px;
	left:1px;
	background-color: #990000;
	padding: 10px;
	background-image: url(../img/marginalie_ecke.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	width:100%;
	clear:both;
	height:24px;
	color: #000000;
	text-align:left;
	padding-left: 160px;
	position:relative;
}
#clearheader{height:130px;} /*Platz für den Header freihalten*/
#clearfooter{clear:both;height:24px;} /*Platz für den footer freihalten*/
* > html #clearfooter {float:left;width:100%;} /* ie mac styles */

#content {
	width:100%;
	float:left;
	text-align:left;
	position:relative;
	z-index:1;
	margin:0 -1px;
}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-28px;} /*safari wrapper - div bleibt ohne Inhalt*/

#topnav {
	background-color: #99cc33;
	position: absolute;
	height: 20px;
	width: 240px;
	top: 0px;
	right: 0px;
	background-image: url(../img/topnav_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topnav ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #336600;
	list-style-type: none;
	margin-top: 2px;
	margin-left: 8px;
}
#topnav li {
	float: left;
}
#topnav a:link {
	color: #336600;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
#topnav a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
#menue {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
#menue ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#menue li {
}
#menue a {
	display: block;
	padding: 3px 3px 3px 10px;
	width: 127px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#menue a:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
	display: block;
}
#menue a:hover {
	color: #339900;
	background-color: #F4DE3F;
	display: block;
}
#menue a:visited {
	color: #99CC33;
	display: block;
	text-decoration: none;
}
#right h1, #left h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #FF9900;
	display: block;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.boxinhalt {
	background-color: #FFFFCC;
	text-align:left;
	margin-bottom: 16px;
	padding: 4px 6px 6px;
}
#right .boxinhalt ul {
	list-style-type: none;
}
#inhalt {
	padding: 34px 10px 10px 30px;
	color: #333333;
}
#inhalt h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF9900;
	padding-left: 1em;
	border-left-width: 1.3em;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin-bottom: 1em;
}.datum {
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	float: right;
	padding-top: 4px;
}
.cal_datum {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	line-height: 1.4em;
}
.taskleiste {
	margin-bottom: 2em;
	padding-top:1em;
	padding-bottom:8px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	clear: both;
}
hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	padding-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.a {
	color: #FF9900;
}
.g {
	color: #99CC33;
}
.f {
	color: #990000;
}
.rot {
	color: #990000;
}
h3 {
	font-size: 1.2em;
	color: #9C0000;
}

#content .newsbox img {
	float: left;
	padding: 0 10px 10px 0;
	width: 150px;
}
#content div.topbild img {
	float: none;!IMPORTANT;
}


#topnav a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
#content ul {
	padding-left: 20px;
	padding-top:4px;
	list-style-type: square;
}
#content li {
	padding-bottom: 4px;
}
.linke_box {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: solid 1px #FF9900;
}
#inhalt h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 12px;
}
#inhalt h3 {
	font-size: 12px;
	font-weight: bold;
	color:#FF9900;
}

form {
	border: 1px #FF6666;
	width: 80%;
}
fieldset {
	font-size: 1em;
	border: 1px solid #990000;
	margin: 10px;
	padding: 6px;
	width: 100%;
}
legend {
	color: #990000;
}
.beschriftung {
	float: left;
	width: 80px;
}
.feld {
	font-family: "Courier New", Courier, mono;
	line-height: 1.2em;
	font-weight: bold;
	padding: 2px;
}
form p {
	padding-bottom: 6px;
}

.newsblock {
	padding: 8px 0 0 0;
}
.newsblock img {
	width: 280px;
	float: left;
	padding: 0 10px 8px 0;
}
.mainlink {
	font-size: 1.2em;
	color: #990000;
	text-decoration: none;
}
.subheadline {
	font-size: 0.9em;
	color: #999999;
}
.boxlink {
	color: #990000;
	font-size: 1em;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
}
.boxlink_right {
	color: #990000;
	font-size: 1em;
	text-decoration: none;
	text-align: right;
	display: block;
}
.topbild {
	padding-bottom: 20px;
}
.boxinhalt a:link, .boxinhalt a {
	color: #990000;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
}
.boxinhalt a:hover {
	color: #FF9900;
	text-decoration: underline;
}.kommentar {
	padding-top: 4px;
	font-family: "Courier New", Courier, mono;
}
.form_box {
	width: 100%;
}
.input_box {
	margin-top: 6px;
}
.klammer {
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
}
 /* **********  Submenue  ************ */

#submenu ul {
	list-style-type: none;
	margin-left: -20px;
	margin-bottom: 20px;
}
#submenu ul li {
	display: inline;
	line-height:24px;
}
#submenu a:link, #submenu a:visited {
	font-size: 1em;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
	background: #CC3300;
	padding: 4px 4px;
}
#submenu a:hover {
	background: #FF9900;

}
.bild_links {
	float: left;
	padding-right: 20px;
}
.produktbeschreibung {
	height: 160px;
}
.datum_liste {
	font-weight: bold;
	margin-right: 20px;
	padding-left: 6px;
	border-left: 0.8em solid #990000;
}
.infokasten {
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #990000;
}

