﻿/*********************/
/* ALLGEMEINES */
/*********************/


body {
	font-family: "Comic Sans MS", "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#container {
	width:853px;
	/*background: url(pics/hintergrund/hintergrund_spalte.jpg) repeat-y
				right top;*/
}

h2 {
	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background:url("../pics/hintergrund/hintergrund_h2.gif") repeat-x left bottom;
}

/*********************/
/* HAUPTTEIL */
/*********************/
#hauptteil {	
	margin-left:180px;
	margin-right:200px;
}
h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #AAD5FF;
	line-height: 100%;
	text-align: center;
}
.abschnitt {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.float_rechts {
	float: right;
	margin: 5px 10px 2px 15px;
}

img.float_rechts {
	border: 2px solid #000000;
}

.float_links {
	float: left;
	margin: 5px 15px 2px 10px;
}

img.float_links {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.6em;
}

#p_small {
	color: #666666;
	font-size: small;
}

#p_center {
	text-align:center;
}


.style1 {
	text-align: center;
	border-style: solid;
	border-color: #FFFFFF;
	width:150px;
	height:113px;	
}
.style2 {
	border-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width:100%;
}
.style3 {
	font-family:"Comic Sans MS", "Century Gothic", "Gill Sans", Arial, sans-serif;	
	font-size: x-large;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color:#000080;
	text-align: center;
}
.style4 {
	font-size: small;
	font-weight: normal;
	width:100%;
	background-position:fixed;
	text-align:center;
	font-family:"Comic Sans MS", "Century Gothic", "Gill Sans", Arial, sans-serif;	
	color:#666666;
}
/* hohes Bild */
.style5 {
	border:0;
	width:85px;
	height:113px;
}

.hoch_neu {
	border:0;
	width:67px;
	height:100px;
}

.style6 {
	width:16%;
	height:175px;
}
/* breites Bild */
.style7 {
	border:0;
	width:150px;
	height:113px;
}

/* breites Bild */
.breit_neu {
	border:0;
	width:150px;
	height:100px;
}

.style8 {
	width:30px;
	height:30px;

}

/* .stylebreit {
	width:488px;
	height:366px;

}
.styleschmal {
	width:276px;
	height:366x;

} */


#mein_name {
	font-size:10px;
}

/*********************/
/* FUSSZEILE */
/*********************/

div.fusszeile {
	width:760px;
	float:left;
}

#fusszeile {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
}

a {color: #0000CD; text-decoration: none;}
a:visited {	color:#000080; text-decoration:none; }
/*a:hover { background: #73AFB7; color: #FBEF99;}*/
a:hover { color: #FBEF99; text-decoration:none;}
a:active {	font-weight:bold; color:#000080; text-decoration:none; }

