/*************************************************** 
Browser Reset
***************************************************/ 


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table { border-collapse: collapse; border-spacing: 0; }

/*************************************************** 
Basics
***************************************************/ 
body {
	background: #fefefe;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #fefefe 50%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(50%,#fefefe), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#fefefe 50%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%,#fefefe 50%,#fefefe 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%,#fefefe 50%,#fefefe 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dbdbdb 0%,#fefefe 50%,#fefefe 100%); /* W3C */
/*	font-family: 'Book Antiqua', Verdana, Arial; */
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 14px;
	background-repeat: no-repeat;
	line-height: 1.4em;
	width: 100%;
	text-align: center;
}

#wrapper { margin: 0px auto 20px auto; width: 930px; }

#pageWrapper { background-color: #ffffff; margin-top: 30px; }

h1 { font-size: 24px; }

h2 { color: #225bae; font-size: 16px; font-weight: bold; line-height: 1.8em; margin-bottom: 10px; }

h3 { font-size: 14px; line-height: 1.8em; margin-bottom: 10px; }

h4 { font-size: 16px; font-weight: bold; margin-bottom: 12px; margin-top: 36px; }

h5 { color: #225bae; font-size: 14px; font-weight: bold; }

a { color: #000000; text-decoration: none; }

a:hover { text-decoration: underline; }

/*************************************************** 
Header
***************************************************/  
#header { background-image: url(img/header_blau.png); height: 148px; }

/*************************************************** 
Navigation
***************************************************/  
#navigationWrapper { float: left; height: 503px; width: 380px; }

#navigation { border-bottom: 1px solid #ffffff; border-top: 1px solid #ffffff; height: 32px; }

#navigation ul li { float: left; }

#picture { background-image: url(img/380x425px.jpg); height: 425px; width: 380px; }

.button { height: 32px; line-height: 32px; }

.button a { background-image: url(img/button.png); color: #ffffff; display: block; height: 32px; text-decoration: none; }

.button a:hover { background-image: url(img/button_aktive.png); display: block; }

#home_btn, #vita_btn { width: 122px; }

#fieldOfActivity_btn { width: 133px; }

#vita_btn, #fieldOfActivity_btn { border-left: 1px solid #ffffff; }

.middle { vertical-align: middle; }

/*************************************************** 
Content
***************************************************/ 
#contentWrapper { border-top: 2px solid #ffffff; height: 503px; margin-left: 380px; width: 549px; }

#content { height: 485px; margin-top: 5px; overflow: auto; padding: 0px 10px 0px 20px; text-align: left; }

/*************************************************** 
Footer
***************************************************/  
#footerWrapper { background-color: #eeeeee; font-size: 12px; margin: 15px 0px 20px 0px; overflow: hidden; padding: 10px 0px 10px 15px; text-align: left; }

.impressum {
	width: 82%;
	text-align: right;
}

/*************************************************** 
Box Schatten
***************************************************/  
#pageWrapper, #footerWrapper {
	box-shadow: 5px 5px 2px #cbcbcb;  
	-moz-box-shadow: 5px 5px 2px #cbcbcb;  
	-webkit-box-shadow: 5px 5px 7px #cbcbcb;  
}