/*Stylesheets fuer die Teuchtlurm-Kontakt-Seite ab Mai 2009
(C) 2009 www.teuchtlurm.de*/
body {
	background-color: White;
	font-family: 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: 850px;
	background-color: transparent;
	border: 0px;
}

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


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

#title {
	width: 550px;
	padding-bottom: 10px;
	padding-left: auto;
	padding-top: 40px;
	padding-right: 100px;
	float: right;
	text-align: right;
	background-color: transparent;
}


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

p, li {
	line-height: 16pt;
	font-size: 11pt;
	text-align: left;
	margin-left: 30px;
}

ul {
	padding-bottom: 10px;
}

h3 {
	margin-left: 10px;
	font-size: 13pt;
	margin-top: 40px;
}

h4 {
	font-size: 18pt;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 30px;
	background: Yellow;
	padding: 10px;
}

.url {
	text-align: left;
	font-size: 9pt;
	color: Gray;
	margin-top: 30px;
}


/* Menu im Header */

#title {
	color: Black;
	font-size: 18pt;
}


#title a {
	color: Gray;
	font-size: 18pt;
	text-decoration: none;
}

#title a:hover {
	color: Black;
}

/* Markerfarben */

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

#content a {
	color: Blue;
	text-decoration: underline;
}

a.liexternal { padding-right: 14px; background: url(images/link.gif) no-repeat right; }

