@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
	background: #f7e0c7 url(img/back.gif) repeat-x 0 0;
	color: #59676d;
	font-size: 13px;
	line-height: 19px;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
}

h1 {
	color: #ef7e03;
	font-family: Arial Narrow, Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.home h1 {
	font-size: 18px;
	padding-top: 10px;
	text-transform: none;
	letter-spacing: 0;
}


h2 {
	color: #004762; /*#9e2309;*/
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 12px;
}

p a {
	color: #0a7ea9;
	text-decoration: none;
	background: transparent url(img/arrow_blue.gif) no-repeat 0px 5px;
	padding-left: 11px;
	margin-left: 3px;
	padding-right: 3px;
}

.content li {
	margin-bottom: 8px;
}

.content li strong {
	padding-right: 3px;
}

a:hover {
	text-decoration: underline;
}

.linklist {
	background: transparent url(img/arrow_blue.gif) no-repeat 0px 5px;
	padding-left: 15px;
}

.linklist a {
	font-weight: bold;
	background: none;
	padding-left: 0;
	font-size: 15px;
}

.main {
	width: 860px;
	margin: 35px auto 0 auto;
	padding-bottom: 50px;
	background-color: #fffefc;
}

.header {
	height: 240px;
}

#menu {
	height: 32px;
}

#menu li {
	position: relative;
	float: left;
}

#menu li ul {
	display: none;
}

#menu li:hover ul,
#menu li.over ul {
	z-index: 20;
	display: block;
	position: absolute;
	width: 150px;
	top: 28px;
	left: 0;
	padding: 8px 15px 10px 5px; 
	background: transparent url(img/submenu_back.png) repeat;
	border: 1px solid #ef7f05;
	border-top: none;
}

#menu li ul li {
	float: none;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ef7f05;
}

#menu li ul.grey li,
#menu li:hover ul.grey,
#menu li.over ul.grey {
	border-color: #6a767c;
}

#menu li ul li:last-child {
	border-bottom: none;
}

#menu li ul li a {
	color: #59676d;
	text-decoration: none;
	padding-left: 20px;
}

#menu li ul li a:hover {
	background: transparent url(img/arrow_orange.gif) no-repeat 7px 5px;
}

.content {
	margin: 38px 280px 0px 47px;
	position: relative;
}

.content.home {
	margin-right: 230px;
}

.video {
	margin-left: 75px;
	margin-bottom: 25px;
	margin-top: 35px;
	width: 400px;
	height: 320px;
}

#tuev {
	float: right;
	margin: 25px 75px 0px 0px;
	clear: right;
}

.box {
	float: right;
	width: 177px;
	color: #ffffff;
	margin: 38px 30px 0px 0px;
	background: transparent url("img/box_back_bottom.gif") no-repeat bottom left;
}

.box .boxheader {
	background: transparent url("img/box_back_top.gif") no-repeat top left;
	height: 5px;
}

.box .boxcontent {
	padding: 10px 10px 10px 18px;
}

.box .name {
	font-weight: bold;
	/*color: #064c66;
	background: transparent url(img/logo_small.gif) no-repeat 0 2px;
	padding: 0px 0 0 41px;*/
}

.box a  {
	color: #ffffff;
	background: transparent url("img/brief.gif") no-repeat 0px 5px;
	padding-left: 18px;
}

.box .name a {
	background: none;
	padding-left: 0;
}

.footer {
	width: 860px;
	background: transparent url("img/back_footer.gif") repeat-x 0 0;
	padding: 5px 0 50px 0 ;
	margin: 0px auto 0 auto;
}

.footer a {
	font-size: 90%;
	color: #0a7ea9;
	text-decoration: none;
	text-transform: uppercase;
}

.footer a:hover {
	text-decoration: underline;
} 

.footer p {
	font-size: 11px;
	padding-top: 10px;
}

.images a {
	color: #0a7ea9;
	background: none;
	padding: 0;
	margin: 0;
}

.portrait {
	margin:0 0 20px 25px;
	position:absolute;
	right:0;
	top:0;
}

.clear {
	clear: both;
}

.bio {
	padding-top: 20px;
}

/***************************** FORM ********************************/

.contactTable td {
	padding: 5px 10px 5px 0;
	text-align: left;
	vertical-align: top;
}

form {

	}
	
input, select {
	height: 1.5em;
	width: 25em;
	border: 1px solid #dddddd;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	color: #59676d;
	font-size: 13px;
	line-height: 19px;
	} 
	
.short {
	width: 10em;
	}

.check {
	width: 1.2em;
	height: 1.2em;
	}
	
.plz {
	width: 5em;
	}
	
.ort {
	width: 19.5em;
	}
	
textarea {
	border: 1px solid #dddddd;
	width: 25em;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	color: #59676d;
	font-size: 13px;
	line-height: 19px;
	}

.submit {
	text-align: center;
	height: 2em;
	width: 10em;
	margin-left: 15em;
	margin-top: 25px;
	margin-bottom: 40px;
	}
	
.question {
	padding-top: 20px;
	}
	
#error {
	margin-bottom: 30px;
	}

#error .header {
	font-weight: bold;
	color: #9e2309;
	font-size: inherit;
	}
	
.checkbox,
.radio {
	width: auto;
	border: none;
	margin-right: 5px;
	vertical-align: middle;
}

/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

