/* stylesheet for www.uberhaupt.com */

*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
img{
	display: block;
}
table{
	border-collapse: collapse;
}
td{
	vertical-align: top;
}
th{
	font-weight: normal;
	text-align: left;
}

body{
	background-image: url('../images/background-shift7.jpg');
	background-position: 50% 0%;
	background-attachment: scroll;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#content{
	margin-left: auto;
	margin-right: auto;
	width: 948px;
}


h1{
	color: #b40000;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
}
th h1, h1 a, h1 a:hover{
	color: #ffffff;
}
h2{
	color: #b40000;
	font-size: 12px;
	font-weight: bold;
}
h3, .black{
	color: black;
	font-size: 12px;
	font-weight: bold;
}
p{
	color: black;
	font-size: 12px;
	font-weight: normal;
}
.textbox{
	margin-bottom: 16px;
}
.colored, .red, .red:hover{
	color: #b40000;
	font-weight: bold;
}

#content table th{
	color: #ffffff;
	height: 79px;
}
th .container{
	padding-left: 17px;
	padding-right: 17px;
}

th,td{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

td .container{
	padding: 17px;
	padding-bottom: 28px;
	padding-top: 32px;
}
td.col2 .container{
	width: 154px;
	background-color: #ddd3d3;
	background-image: url('../images/background-text-col2.jpg');
	background-repeat: repeat-y;	
}
td.col3 .container{
	width: 282px;
	background-color: #ddd3d3;
	background-image: url('../images/background-text-col3.jpg');
	background-repeat: repeat-y;
}
td.col4 .container{
	padding: 0px;
	padding-top: 28px;
	padding-bottom: 28px;
	width: 224px;
	background-color: #ddd3d3;
	background-image: url('../images/background-text-col4.jpg');
	background-repeat: repeat-y;
}
td.col5 .container{
	width: 181px;
	background-color: #ddd3d3;
	background-image: url('../images/background-text-col5.jpg');
	background-repeat: repeat-y;
}

td.col4 img{
	margin-bottom: 14px;
}
td.col5 img{
	margin-top: 14px;
	margin-bottom: 14px;
}

a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #b40000;	
}
h2 a{
	color: #b40000;
	text-transform: uppercase;
}
form table td, table.link td{ border: 0px; }
p img{ display: inline; }
input, textarea{
	border: 0px;
	margin-bottom: 8px;
	background-color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 2px;
}
input[type=text]{
	width: 200px;
	height: 16px;
}
input[type=text]#typethisword{
	width: 75px;
	height: 16px;
}
img.typethis{
	display: inline;
}
input[type=submit]{
	width: 75px;
	height: 20px;
	color: #b40000;
}
textarea{
	width: 200px;
	height: 108px;
}
label{
	margin-right: 8px;
	margin-bottom: 8px;
}
