
/* Beispiel CSS-Datei von der Joomla!-Video-DVD  */


/* Body und Links */   
html { 
height: 			100%;
}

body {  
font-family: 		Arial, Helvetica, sans-serif;
margin: 			0px;
height: 			100%;
padding: 			0Px;
background: 		#c5c6c8;
}

td,tr,p,div {
	font-family: 	Arial, Helvetica, sans-serif;
	line-height: 	140%;
	font-size: 		10pt;
	padding: 		0Px;
	margin: 		0px;

	color: 			#000000;
}

.agb {
	font-family: 	Arial, Helvetica, sans-serif;
	line-height: 	120%;
	font-size: 		8pt;
	padding: 		0Px;
	margin: 		0px;
	color: 			#000000;
}

.agbbold {
	font-family: 	Arial, Helvetica, sans-serif;
	line-height: 	120%;
	font-size: 		8pt;
	padding: 		0Px;
	margin: 		0px;
	color: 			#000000;
	font-weight:	bold;
}

.bold {
	font-weight:	bold;
}

.boldred {
font-weight:		bold;
color: 				#c82e42;
}

h1 {
	font-family: 	Arial, Helvetica, sans-serif;
	line-height: 	140%;
	font-size: 		11pt;
	padding: 		0Px;
	margin: 		0px;
	/*text-transform:	uppercase;*/
	color: 			#000000;
}

ul {
	list-style-position:inherit;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:15px;
}

img {
	border:			0;
}

a:link,a:visited {  
color: 				#c82e42;
text-decoration: 	none;
font-weight:		bold;
} 
 
a:hover {
color: 				#9F2533;
text-decoration: 	none;
font-weight:		bold;
}

/* Höhe auf 100 Prozent */
.hundert { 
height: 			100%;
}

/* Fußzeile Abbilder */
.fusszeile
{
font-size: 			9px;
line-height: 		100%;
}

/* makierung */
.markierung
{
	color: 				#0033FF;
	text-decoration: 	none;
	font-weight:		bold;
}

/*Form*/

td.kontakt {
	font-size:10px;
	color:#666666;
}

.formular {
	width:220px;
	height:14px;
	border-top: 0Px solid #FFFFFF;
	border-left: 0Px solid #FFFFFF;
	border-right: 0Px solid #FFFFFF;
	border-bottom: 1Px solid #000000;
	}

.formular_regal {
	width:30px;
	height:14px;
	border-top: 0Px solid #FFFFFF;
	border-left: 0Px solid #FFFFFF;
	border-right: 0Px solid #FFFFFF;
	border-bottom: 1Px solid #000000;
	}

.formulartitel {
	width:200px;
	height:14px;
	border-top: 0Px solid #FFFFFF;
	border-left: 0Px solid #FFFFFF;
	border-right: 0Px solid #FFFFFF;
	border-bottom: 0Px solid #FFFFFF;
	}

.titel {
	height:14px;
	border-top: 0Px solid #FFFFFF;
	border-left: 0Px solid #FFFFFF;
	border-right: 1Px solid #000000;
	border-bottom: 1Px solid #000000;
	}
	
.titel2 {
	height:14px;
	border-top: 0Px solid #FFFFFF;
	border-left: 0Px solid #FFFFFF;
	border-right: 0Px solid #FFFFFF;
	border-bottom: 1Px solid #000000;
	}
	
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:2px solid #45ABB8;
	width:297px;
	height:55px;
}
	
.button { 
	font-size:10px;
	background-color:#FFFFFF;
	width:60px; 
	border:2px solid #45ABB8; }

