/* Standard-CSS für www.dtele.de */
html, body 
{
}

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, tr, td, form, img, li,
input, textarea, select, option {
   margin: 0;
   padding: 0;
   font-family:'Arial',Arial,sans-serif;
}

ul, ol {
	margin-left: 25px;
	margin-top: 5px;
}

body 
{
	background-color: #fff;
	font-size: 0.8em;
	color: #333333;
}

/*Allgemeine Angaben*/

.linkcontainer, .linkcred, div.linkcnorm, img.right, div.telnamen, div.teamdiv, div.kontakt, .rel
{
	position:relative;
	z-index:9;
}

.left, img.left, div.telnamen, div.kontakt, div.left, div.team, div.bild, div.download, div.leftproj
{
	float:left;
	position:relative;
	z-index:9;
}

img 
{ 
	border:0; 
}

img.abstand 
{ 
	border:0; 
	padding: 10px;
}


/*Ueberschriften*/

h1
{
	font-size:1.8em;
	line-height:1.0em;
	margin: 0;
	margin-bottom: 10px;
}

h2
{
	font-size:1.35em;
	line-height:1.0em;
	margin:0 0 0.3em 0;
}

h3
{
	font-size:1.0em;
	line-height:1.0em;
	margin:0 0 0.3em 0;
}

h1.querbalken
{
	padding:0.2em;
	margin-bottom:0.5em;
	color: white;
	font-weight: normal;
	background-color:#353535;
}

p
{
	margin:0.8em 0;
}


#maxweite 
{
	background-color: #fff;
	width: 1000px;
	margin: auto;
	/*padding-left: -1px;*/
}


/*Inhalt*/

.inhalt {
	position:relative;
	z-index:6;
	padding-right:270px;
	padding-left: 10px;
	padding-top: 20px;
}


div.linkcnorm 
{
	padding:10px 5px 0 10px;
}

/*Links*/
a { color:#353535;text-decoration:none; border-bottom: 1px dotted #252525 !important; font-weight:normal; }
a:link { color:#353535; }
a:visited { color:#353535; }
a:hover,a:active,a:focus { color:#353535; text-decoration:underline; border-bottom: 0px !important;}

a.h1, a.h1:hover {color:#002E4F;text-decoration:none;font-weight:bold;}

a.noborder {text-decoration:none; border-bottom: 0px !important;}

div.clear {
	clear: both;
}

#inhalt
{
	clear: left;
	float: left;
	margin: 0;
	width: 750px;

}

.linkcontainer
{
	width:210px;
	background-color: #fff;
	margin-top: 52px;
	border:0;
	float: left;
}

#content {
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 15px;
}


img.float {
	float: left;
	margin-right: 8px;
}

div.float {
	float: left;
}

#trennlinie
{
	width: 750px;
	height: 14px;
	margin-left: -10px;
	float: left;
}

.spalte_links {
	width: 340px;
	float: left;
}

.spalte_teaser {
	width: 670px;
	float: left;
	background-color: #353535;
	font-size:1.8em;
	line-height:1.0em;
	color: white;
	padding:20px;
}

.spalte_rechts {
	width: 340px;
	margin-left: 360px;
}

hr {
	height: 0;
	line-height: 0px;
	border-top: 1px solid #eee;
	margin-right: 20px;
}

hr.trennlinie { height: 1px; border: 0; border-top: 1px solid #eee;}

