/*Stylesheets fuer die Teuchtlurm-Index-Seite ab Mai 2009
(C) 2009 www.teuchtlurm.de*/
body {
	background-color: White;
	font-family: 'Century Gothic',Verdana,Arial,Helvetia,sans-serif;
	background-attachment: fixed;
	background-position: top left;
	background-image: url("images/tl12.jpg");
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #414141;
	line-height: 16pt;
	font-size: 11pt;
}	

#container {
	text-align: left;
	vertical-align: middle;
/*	margin: 0px auto 0px;*/
	padding: 0px 0px;
	width: 950px;
	background-color: transparent;
	border: 0px;
}

#leuchtturm {
	float: left;
	width: 150px;
/*	height: 500px;*/
	margin-top: 0px;
}


#content {
	width: 750px;
	padding-top: 0px;
	margin-top: 40px;
	margin-right: 50px;
	padding-left: auto; /*	margin-left: 200px;*/
	float: left;
	text-align: justify;
	font-size: 11pt;
}

#right {
	width: 150px;
	padding-top: 0px;
	margin-top: 40px;
	margin-right: 0px;
	padding-left: auto;
/*	background-color: Aqua;*/
	float: right;
	text-align: right;
	font-size: 11pt;
}

#footer {
	width: 850px;
	padding-bottom: 30px;
	padding-left: auto;
	padding-top: 20px;
	float: left;
	text-align: left;
	background-color: transparent;
}

p {
	line-height: 16pt;
	font-size: 11pt;
	text-align: justify;
}

.haupttext {
	line-height: 19pt;
	font-size: 11pt;
	text-align: left;
	margin-left: 200px;
}

.url {
	text-align: left;
	font-size: 10pt;
	color: gray;
	margin-top: 30px;
	margin-left: 210px;
}
/* Markerfarben */

.markgelb {
	background-color: Yellow;
	padding-left: 5px;
	padding-right: 5px;
}

#content a {
	color: Blue;
	text-decoration: underline;
/*	background-color: Aqua;*/
/*	padding-right: 5px;*/
	padding-left: 20px; 
	background: url(images/go1.png) no-repeat left;	
}

#footer a {
	color: Gray;
	text-decoration: none;

}

#right a {
	color: Blue;
	text-decoration: none;
	font-size: 10pt;
	padding-left: 20px; 
	background: url(images/go1.png) no-repeat left;
}

.blockquote {
	color: Gray;
	padding: 30px;
	border: #A9A9A9 1px solid;
	margin-left: 30px;
	margin-right: 30px;
}