/* @override 
	http://www.staffeltor.de/fileadmin/templates/site/_css/styles.css
	http://2010.jansentore.com/fileadmin/templates/site/_css/styles.css
	http://www.jansentore.com/fileadmin/templates/site/_css/styles.css
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  75%;
	line-height:  145%;
	color: #333;
}

table,td, th{
	font-size: 1em;
	text-align:left;
}
h1{
	font-weight: bold;
	font-size: 1.8em;
	line-height:  120%;	
	color: #b5152b;
	margin: 1em 0 0.3em 0;
}

h2{
	font-weight: normal;
	font-size: 1.6em;
	line-height:  120%;	
	color: #b5152b;
	margin: 1em 0 0.4em 0;
}

h3{
	font-weight: normal;
	font-size: 1.4em;
	line-height:  120%;	
	color: #b5152b;
	margin: 1em 0 0.4em 0;
}
h4{
	font-weight: bold;
	font-size: 1.3em;
	line-height:  120%;	
	color: #b5152b;
	margin: 1em 0 0.1em 0;
}

h5{
	font-weight: normal;
	font-size: 1.2em;
	line-height:  140%;	
	margin: 1em 0 1em 0;
}
h6{
	font-weight: normal;
	font-size: 0.9em;
	line-height:  130%;	
	margin: 1em 0 1em 0;
}
h1 a, h2 a, h3 a, h4 a{
	text-decoration: none;
}
p{
	margin: 0.3em 0 1.4em 0;
}
a{
	color: #b5152b;
}
sub, sup {
      line-height: 0;
}
.roteBox a{
	color: #FFF;
}


.roteBox{
	background-color: #b5152b;
	color: #FFF;
	padding: 10px;
	margin: 1em 0;
}


.rot{
	color: #b5152b;
}


.grauebox{
	border: 1px solid #CCC;
background: #EEEEEE url(../_gfx/menu_sub_bg.gif) repeat-x scroll left bottom;
	padding: 10px;
	margin: 1em 0;
	font-weight: bold;
}


.roterRahmen{
	border: 1px solid #b5152b;
	padding: 10px;
	margin: 1em 0;
}

ul.stripped{
	margin: 0; padding: 0;
	list-style-type: none;
}
ul.stripped li{
	border-bottom: 1px solid #b9b9b9;
	padding: 2px 1px 1px 1px;
}
ul.stripped li a{
	text-decoration: none;
	color: #333;
}
table.contenttable{
	background-color: #FFF;
	padding:  8px;
}
table.contenttable td{
	padding: 3px 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
table.contenttable th{
	padding: 3px 5px;
	background-color: #b5152b;
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #b5152b;
	border-right: 1px solid #b5152b;
}
table.contenttable p{
	margin: 0;
}
.datasheet table{
	font-size: 0.9em;
	padding: 0;
	margin: 1em 0;
}
.datasheet table th{
	background-color: #999;
	padding: 1px 2px;
	border: none;
}
.datasheet table td{
	padding: 1px 2px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}