/**********************************************************************
* @import
**********************************************************************/

@import url(reset.css);

/**********************************************************************
* page container elements
**********************************************************************/

body {
	background-color: #dfdfdf;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666666;
}

/* shadow box */

.shadow_rt {
	background: url(../images/shadowbox_rt.gif) top right no-repeat;
}

.shadow_lt {
	background: url(../images/shadowbox_lt.gif) top left no-repeat;
}

.shadow_rb {
	background: url(../images/shadowbox_rb.gif) bottom right no-repeat;
}

.shadow_lb {
	background: url(../images/shadowbox_lb.gif) no-repeat left bottom;
}

#wrapper {
	margin: 90px auto 20px;
	width: 960px;
}

#header {
	width: 960px;
	padding: 50px 0;
	margin: 0;
}

#leftcolumn {
	margin: 0;
	padding: 0;
	width: 485px;
	float: left;
}

#rightcolumn, #rightcolumn_impressum {
	float: right;
	margin: 0;
	padding: 0 70px 13px 0;
	width: 405px;
	display: inline;
}

#rightcolumn a {
	color: #666666;
	text-decoration: underline;
}

#rightcolumn a:hover {
	text-decoration: underline;
}

#presse_print {
	margin: 0;
	padding: 20px;
	width: 800px;
}

#presse_print {
	margin: 0;
	padding: 20px;
	width: 740px;
	color: #000;
}

#presse_print a {
	color: #000;
}

#rightcolumn_impressum {
	padding-bottom: 0px;
}

#rightcolumn_presse {
	float: right;
	margin: 0;
	padding: 0 70px 13px 0;
	width: 405px;
	display: inline;
}

#liga {
	clear: both;
	margin: 0 30px;
	padding: 45px 40px 15px 455px;
	background: #d5d5d5 url(../images/bg_footer.gif) repeat-x left top;
	font-size: 9px;
	line-height: 11px;
	text-align: left;
	width: 405px;
}

#footer {
	width: 900px;
	padding: 5px 0 20px;
	margin: 0 30px;
	font-size: 9px;
}

/**********************************************************************
* general text styles - only apply font-sizes to the innermost element!
**********************************************************************/

h1 {
	font: bold 25px Arial,Verdana,sans-serif;
	color: #fff;
	margin-bottom: 2px;
}

p {
	margin-bottom: 20px;
	margin-top: 0;
}

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

a:hover {
	text-decoration: underline;
}

/**********************************************************************
* page content
**********************************************************************/

#header img {
	padding-left: 372px;
}

table td {
	padding-right: 2px;
}

#liga img {
	float: right;
	margin-left: 0px;
}

#hilfsnav {
	float: right;
}

#hilfsnav a {
	text-decoration: none;
}

#hilfsnav a:hover {
	text-decoration: underline;
}

#rightcolumn img, #rightcolumn_presse img {
	float: left;
	margin: 0px;
	padding: 0px 15px 0 0px;
}

.pressetext a, .pressetext_action a {
	color: #006699;
}

.pressetext a:hover, .pressetext_action a:hover {
	text-decoration: underline;
}

.pressetext {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}

.pressetext_action {
	margin-bottom: 30px;
}

.att {
	font-size: 9px;
	line-height: 12px;
	margin: 0 0 14px;
	padding: 0;
}

/**********************************************************************
* Navigation
**********************************************************************/

#navcontainer {
	width: 445px;
	margin-top: 5px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: right;
}

#navcontainer a {
	padding: 2px 15px 2px 0px;
	text-transform: uppercase;
	color: #006699;
	background: url(../images/bg_nav_li.gif) no-repeat left top;
	width: 435px;
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}

#navcontainer a:link, #navlist a:visited {
	color: #006699;
	text-decoration: none;
}

#navcontainer a:hover, #navcontainer a#current {
	background: url(../images/bg_nav_li_active.gif) no-repeat left top;
	color: #fff;
}

#navcontainer a#back {
	padding: 5px 15px 6px 0px;
	background: url(../images/bg_nav_li_back.gif) no-repeat left top;
	width: 435px;
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}

#navcontainer a:hover#back {
	background: url(../images/bg_nav_li_active_back.gif) no-repeat left top;
}
