/*
 * CSS Document for PneuFox.de
 * Website written by Ante Trutin
 */

body {
	background-color: #FFFF99;
	margin: 35px;
}

ul {
	margin-top: 30px; 
	margin-bottom: 30px;
}



td.navigation {
	line-height: 30px;
	width: 200px;
	background-color: #F74A19;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #999999;
}
td.navigation a:link, td.navigation a:visited {
	padding-left: 20px;
	display: block;
	width: 100%;
	border: 1px solid #F74A19;
	color: white;
	text-decoration: none;
}
td.navigation a:hover, td.navigation a:active {
	background-color: #FA8867;
	border: 1px solid white;
}

td.content {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 40px 25px 45px 25px;
}
td.content a:link, td.content a:visited {
	color: #F14921;
	text-decoration: none;
}
td.content a:hover, td.content a:active {
	text-decoration: underline;
}

div.title {
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
img.pic {
	margin-top: 30px;
	margin-bottom: 30px;
}

input.text {
	width: 200px;
	background-color: #F4F4F4;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.textover {
	width: 200px;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textform {
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F4F4;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: none;
	border-bottom: none;
}
.textformover {
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: none;
	border-bottom: none;
}

td.footer {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
}
td.footer a:link {
	color: #666666;
	text-decoration: none;
}
td.footer a:hover, td.footer a:active {
	color: #333333;
}

