/*
 * CSS-Reset v1.0 | 20080212
 */
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, font, 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,
input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
}

/* remember to define focus styles! */
a:focus, label:focus, input:focus, select:focus, textarea:focus {
	outline:1px dotted #666;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
 * HTML
 */
html {
	font-size:100.01%;
}

/*
 * Body
 */
body {
	background:#333 url(../img/bck_top.png) left top repeat-x;
	color:#333;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:15px; /*15px*/
	line-height:18px;	/*18px*/
	text-align:center;
}

label:hover, input.submit:hover {
	cursor:pointer;
}

label.noTarget:hover {
	cursor:default;	
}

input, select, textarea {
	color:#000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:1em;
}

a {
	text-decoration:none;
}

/*
 * General classes
 */
.wrapper {
	float:left;
	width:100%;
} 
 
.centered {
	text-align:center;
}

.right {
	text-align:right;
}

/*
 * Header
 */
#headerInner {
	text-align:left;
	margin:0 auto;
	width:990px;
}

/*
 * Main Wrapper
 */
#outerWrapper {
	margin-bottom:-650px;	
} 
 
#outerWrapper1 {
	background:url(../img/bck_yellow.png) left top repeat-x;
	width:50%;
	height:650px;
	float:left;
	position:relative;
}

#outerWrapper2 {
	background:url(../img/bck_grey.png) left top repeat-x;
	background:url(../img/bck_yellow.png) left top repeat-x;
	width:50%;
	height:650px;
	float:left;
	position:relative;
}
 
#mainWrapper {
	text-align:center;
	margin:0 auto;
	width:709px;
	position:relative;
	
}

#mainWrapperInner {
	height:620px;
}

/*
 * Header
 */
#header {
	height:135px;
}

/*
 * Logo
 */
#logo {
	float:left;
	margin:0 0 -28px 148px;
	position:relative;
	z-index:1;
}

#logo a {
	display:block;	
}

/*
 * Slogan
 */
#slogan {
	color:#fff;
	float:left;
	font-size:21px;
	font-weight:bold;
	line-height:24px;
	margin:43px 0 0 27px;
	position:relative;
	z-index:1;
}

#slogan em {
	color:#fff;
	display:block;
	font-size:13px;
	line-height:16px;
	margin:2px 0 0 0;
	text-align:center;
}

/*
 * Main Menu
 */
#mainmenu {
	font-weight:bold;
	font-size:10px; /*10px*/
	height:28px;
	line-height:26px;
	text-transform:uppercase;
}

/*
 * Main
 */
#main {
	padding-bottom:18px;	
}

/*
 * Content
 */
#content {
	/*background:url(../img/bck_content) left bottom repeat-x;*/
	float:left;
	margin:26px 0 0 0;
	width:100%;
	text-align:center;
}

#contentInner {
	float:left;
	margin:26px 0 0 25px;
	width:575px;
}

#content h2 {
	font-size:18px;
	line-height:21px;
	margin-bottom:15px;
}

#content p, #content ul, #content ol {
	margin-bottom:15px;
}

#content a {
	color:#fff;
	text-decoration:underline;	
}

#content ul {
	list-style:square;
	margin-left:15px;
}

#content ol {
	list-style:decimal;
	margin-left:24px;
}

#content ul.links, #content ol.links {
	color:#fff;	
}

#content h2#selectionHeading {
	color:#fff;
	margin-bottom:8px;	
}

#content p#arrows {
	margin-bottom:0;	
}

/*
 * Content Boxes
 */
#boxWrapper {
	width:712px;	
}

#boxWrapper .box {
	float:left;
	width:356px;
	text-align:left;
}

#boxWrapper .boxInner {
	float:left;
	width:345px;
	height:390px;
}

#boxWrapper .box h2 span {
	font-size:15px; /*15px*/
	font-weight:normal;
	line-height:18px;	/*18px*/
}

#boxWrapper .box h2 a {
	color:#333;
	display:block;
	text-decoration:none;
	margin-left:14px;
	padding-left:35px;
}

#boxYellow {
	background:url(../img/box_yellow.png) center top no-repeat;	
}

#boxYellow:hover {
	background:url(../img/box_yellow_hover.png) 4px top no-repeat;	
}

#boxYellow .boxInner {
	margin:20px 0 0 8px;
}

#boxYellow h2 a {
	background:url(../img/arrow_yellow.png) left center no-repeat;
}

#boxYellow .boxContent {
	background:url(../img/line_yellow.png) left top no-repeat;
	padding:38px 0 0 14px;
}

#boxGrey {
	background:url(../img/box_grey.png) center top no-repeat;	
	background:url(../img/box_yellow.png) center top no-repeat;
}

#boxGrey:hover {
	background:url(../img/box_grey_hover.png) center top no-repeat;	
	background:url(../img/box_yellow_hover.png) 4px top no-repeat;
}

#boxGrey .boxInner {
	margin:20px 0 0 0;	
}

#boxGrey h2 {
	margin-left:4px;	
}

#boxGrey h2 a {
	background:url(../img/arrow_grey.png) left center no-repeat;
	background:url(../img/arrow_yellow.png) left center no-repeat;
}

#boxGrey .boxContent {
	background:url(../img/line_grey.png) left top no-repeat;
	background:url(../img/line_yellow.png) left top no-repeat;
	padding:38px 0 0 18px;
}

.boxContentInner {
	width:300px; 	
}

#imprintLeft {
	float:left;	
	width:345px;
}

#imprintRight {
	float:right;
	width:345px;	
}

.boxImprint {
	font-size:12px;
	line-height:15px;
	padding-right:48px;
	text-align:right;
}

#imprintLeft .boxImprint {
	padding-right:37px;
}

#content .boxImprint a {
	text-decoration:none;
	text-transform:lowercase;
}

.notice {
	color:#fff;
	font-weight:bold;	
}