/*Style fuer die Softwarelinks www.teuchtlurm.de/software
ab Februar 2009 */

/*############################################################################
# CSS fuer teuchtlurm.de/software #
# (C) Teuchtlurm  #
# www.teuchtlurm.de #
# 01.04.2009 #
############################################################################*/

/*Generelles*/
body {
	background-image: url("background.jpg");
	background-color: White;
	font-family:Verdana,Arial,Helvetia,sans-serif; 	
	background-attachment:fixed;	
	margin: 0px 0px 10px 0px;
   padding: 0; 
}	

#inhalt {
	text-align: left;
	background-image: url("background.jpg");
	vertical-align: middle;
	margin: 0px auto 0px;
	padding: 0px 0px;
	width: 800px;
/*	background-color: #fff;*/
	border: 0px;
}

/*Titelgrafik mit Hintergrundfarbe*/
#titel {
	height: 60px;
	padding-top: 0px; 
	margin: 0px;
/*	text-transform: uppercase;*/
	z-index: 3;
}

/*Contentbereich*/
#content {
	width: 100%;
	background-color: #fff;
	text-align: left;
	z-index: 2;
	overflow: auto;
	float: left;
}

/*Legende rechts oben im Contentbereich*/
#legenderechts {
	width: 350px;
	background-color: #fff;
	text-align: left;
	float: right;
	border: 1px gray solid;
	margin-right: 15px;
	margin-top: 25px;
}

.content {
	background-color: #fff;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	overflow: auto;
}



/*Definitionen Schrift, Links, Ueberschriften */	
.text,p,ul,li { 
	line-height:16pt; 
	font-size:10pt; 
	color:#000; 
  text-align:left; 
	}
	
.legenderechts { 
	line-height:14pt; 
	font-size:9pt; 
	color:Gray; 
  text-align:left; 
  padding-left: 20px;
  padding-top: 15px;
	}
	
.erklaer { 
	line-height:16pt; 
	font-size:10pt; 
	color:Grey; 
  text-align:left; 
  font-style: italic;
  padding-left: 10px;
	}	
	
li a {
	line-height:18pt; 
	font-size:10pt; 
/*	list-style-type: circle;*/
/*   padding-right: 14px; background: url(link.gif) no-repeat right; */
}

ul {
	padding-bottom: 25px;
	padding-top: 10px;
}

ol {
	padding-bottom: 25px;
	padding-top: 10px;
}

.a { padding-right: 14px; background: url(pix/link.gif) no-repeat right; }
	
.klein { 
	line-height:15pt; 
	font-size:10pt; 
	color:#000; 
   text-align:left; 
	}
		
.unterschrift {
	font-size: 9px;
	text-align: center;
}		


.liup { 
	padding-top: 10px;
	padding-right: 30px;
	text-align: right;

}	
			
a:link {  
	color:#0066CC; 
	text-decoration:underline;
	}
	
a:visited {  
	color:#0066CC; 
	text-decoration:underline;
	}
	
a:hover { 
	color:#6BBCFE; 
	text-decoration:none; 
/*	background-color:#0000FF;*/
	}
	
/*Titel*/	
h1 { 
	line-height:22pt; 
	font-size:12pt; 
	color:Grey; 
	text-align:right; 
	font-weight:bold;
	letter-spacing: .2em;
	padding-top: 20px;
	padding-right: 20px;
	}
	
h2 { 
	line-height:20pt; 
	font-size:14pt; 
	color:#000000; 
	text-align:left; 
	font-weight:bold;
	}
	
/* Listenueberschriften */
h3 { 
	line-height:20pt; 
	font-size:12pt; 
	color:#000000; 
	text-align:left; 
/*	text-decoration: underline;*/
/*	font-weight:bold;*/
	}	

	
.url { 
	line-height:14pt; 
	font-size:8pt; 
	color:#666666; 
	text-align:center;
	}
	
	
.date { 
	line-height:14pt; 
	font-size:10pt; 
	color:#000000; 
	padding-left: 50px;
	text-align: left;
	}
	


.footer {
	width:100%; 
	height:113px; 
	text-align:left;
	overflow:auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/*hochgestellt fuer TradeMark*/
.trademark {
	color: Silver;
	font-size: smaller;
}	

/* WICHTIG: Erklär-Icons Abstand rechts und links */
img {
	padding-left: 4px;
	padding-right: 8px;
}