/** Reset of Browserdefaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p, blockquote,th,td {
	margin:0; padding:0;
	}
table {
	border-collapse:collapse; border-spacing:0;
	}
	
fieldset,img {
	border:0;
	}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal; font-weight:normal;
	}
	
ol,ul {
	list-style:none;
	}
	
caption,th {
	text-align:left;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%; font-weight:normal;
	}
	
abbr,acronym {
	border:0;
	}

html {font-size: 62.5%;}


/** Reset of Browserdefaults Ende */


body {
	background-color:#ffffff;
	background-image: url(../images/bg-main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	padding:0;
	margin:0;
	color:#2B5499;
}

p, ul {
	font-size: 11px;
	line-height: 17px;
}

p {
	margin: 18px 0 0 0;
}

a {
	color: #E3B403;
	text-decoration:underline;
}
	
a:focus {
	-moz-outline:0;outline:0;outline-offset:0;
}
	
a img {
	border: none;
}
	
h1 {
	font-size:17px;
	padding:0;
	margin:0 0 12px 0;
	position:relative;
	top: -5px;
}

h3 {
	font-size:15px;
	margin:22px 0 12px 0;
}

h1.nopad {
	margin:0px;
}

p.nopad {
	margin-top:0px;
}

ul {
	list-style: circle;
	padding: 10px;
	margin: 10px;
}

/*** Layout ***/

#wrapper {
	padding: 0px;
	border:0;
	width: 1000px;
}

#leftcolumn {
	float: left;
	width: 232px;
	border:0px solid blue;
}

#rightcolumn {
	float: right;
	width: 286px;
	border:0px solid blue;
}

#content { 
	float: left;
	width: 470px;
	margin:112px 0 0 0;
	border: 0px solid green;
}

/*** Layout Ende ***/

.logo {
	margin: 20px 0 30px 0;
}
	
#contentblock1, #contentblock2 {
	background-image:url(../images/absatzbegrenzung.gif);
	background-repeat:no-repeat;
	border: 0px solid red;
	width: 385px;
}

#contentblock1 .cntpad, #contentblock2 .cntpad {
	margin:0 40px 0 30px;
	border: 0px solid green;
}
	
.abbinder {
	position:relative;
	left: -30px;
	margin-top:24px;
}
	
.subnav {
	list-style:none;
	margin:0;
	padding:0;
	line-height: 25px;
}
	
.subnav a {
	color:#2B5499;
	text-decoration: none;
}
	
.subnav li.active a {
	color: #E3B403;
}
	
.kontaktnav {
	margin-top: 42px;
	font-size: 11px;
	font-weight:bold;
	line-height: 17px;
}

.footer {
	position: absolute;
	bottom: 32px;
	left: 260px;
	width:400px;
	border: 0px solid red;
	height: 20px;
	font-size: 11px;
}

.footer a, .kontaktnav a {
	color:#2B5499;
	text-decoration: underline;
}

form {
	margin-top:24px;
	}

form div {
	clear:left;
	display:block;
	width:400px;
	zoom:1;
	margin:5px 0 0 0;
	padding:1px 3px;
	}
	
legend {
	margin-bottom:10px;
	}
	
form div label {
	display:block;
	float:left;
	width:60px;
	padding:3px 5px;
	margin: 0 0 5px 0;
	text-align:right;
	}
	
input.input {
	width: 220px;
	padding:2px;
	border:1px solid #B4C1DB;
	color:#2B5499;
	}
	
input.button {
	width: 224px;
	padding:2px;
	border:1px solid #B4C1DB;
	background-color:#fff;
	text-transform:uppercase;
	color:#2B5499;
	}

textarea.input {
	width: 220px;
	padding:2px;
	height:120px;
	border:1px solid #B4C1DB;
	color:#2B5499;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-size:11px;
	}

table.teamthumbs {
	width: 100%;
	}
	
.teamfunktion {
	font-weight:bold;
	margin-top:6px;
	margin-bottom:12px;
	}
	
.teambild-gr {
	margin-right:4px;
	}
	
.info {
	padding: 4px;
	}
	
.thumb img {
	border: 1px solid #2B5499;
	cursor:pointer;
	}
	
.teamdiv {
	border:0px solid silver;
	margin-bottom: 12px;
	}
	
.teamdiv ul {
	margin: 0 10px;
	}
	
.empty {
	border:1px solid red;
	}