@charset 'utf-8'; 
@import url(reset.css);


html {
	height: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

body {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
	background: url(images/header_background.gif) top left repeat-x;
	text-align: center;
}

#header {
	float: left;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#header_wrapper {
	width: 900px;
	float: left;
	display: inline;
}

#header_nav {
	float: right;
	background: url(images/header_left.gif) top left no-repeat;
	margin-left: 0px;
	display: inline;
	margin: 0;
}

#nav_wrapper {
	float: left;
}

#nav {
	padding: 40px 0 0 0;
	float: left;
}

#main_wrapper {
	width: 900px;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 500px;
}
#main {
	margin: 25px 0 50px 0;
	float: left;
}

#content_wrapper {
	width: 700px;
	float: left;
	overflow: hidden;
}

#marginal_wrapper{
	width: 200px;
	float: left;
	overflow: hidden;
}


#footer_wrapper {
	clear: both;
	width: 900px;
	height: 62px;
}


/*
--------------------------------------------------------------------------------
	Basics
-------------------------------------------------------------------------------- 
*/
form {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #005a9d;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
}

a:active {
	position: relative;
	top: 1px;
}
/*
--------------------------------------------------------------------------------
	Hilfsmittel
-------------------------------------------------------------------------------- 
*/
#clear {
	clear: both;
}
.clear {
	clear: both;
	overflow: hidden;
}
.nobreak {
	white-space: nowrap;
}



/*
--------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------- 
*/

#header_nav ul {
	height: 27px;
	margin: 0;
	padding: 5px 30px 0 40px;
	list-style: none;
	background: url(images/header_right.gif) top right no-repeat;
	float: left;

}

#header_nav li {
	float: left;
	padding: 0 10px 0 10px;
	background: url(images/delimiter_black.gif) repeat-y top left;
	font-size: 0.8em;
}

#header_nav li.first {
	background: none;
}

#header_nav li a {
	color: #FFFFFF;
	text-decoration: none;
}


/*
--------------------------------------------------------------------------------
	Logo
-------------------------------------------------------------------------------- 
*/

#logo {
	float: left;
	overflow: hidden;
	margin: 20px 30px 20px 0;
}



/*
--------------------------------------------------------------------------------
	Main
--------------------- ----------------------------------------------------------- 
*/
#main .first {
	margin:0;
}
#main div {
	font-size: 11px;
}
#main input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*
--------------------------------------------------------------------------------
	nav
-------------------------------------------------------------------------------- 
*/

#nav ul {
	float: left;
	list-style: none;
}
#nav li {
	display: inline;
	padding: 0 10px 0 10px;
	background: url(images/delimiter.gif) repeat-y top left;
	float: left;
}
#nav li.first {
	background: none;
	padding-left: 0;
}

#nav li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}


#nav li a:hover {
	color: #666666;
}

#nav li a.selected {
	color: #005a9d;
}

/*
--------------------------------------------------------------------------------
	content
-------------------------------------------------------------------------------- 
*/
#content {
	line-height: 1.7em;
	padding-right: 4em;
}

#content h2 {
	font-size: 1.5em;
	padding-bottom: 1em;
	color: #005a9d;
}

#content h3 {
	color: #005a9d;
	font-size: 1.3em;
	padding-bottom: 1em;
	padding-top: 1em;
}

#content a {
	border-bottom: groove 1px #005a9d;
}

#content p {
	padding-bottom: 0.3em;
}


#content ul {
	list-style: square outside;
	padding-left: 1.2em;
}
#content td {
	vertical-align: top;
	padding: 0.2em;
}


/*
--------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- 
*/
#footer_wrapper {

}

#footer {
	margin-top: 0em;
	padding-top: 0.7em;
	padding-right: 2em;
	text-align: center;
	font-size: 0.8em;
	color: #005a9d;
	border-top: solid 1px #005a9d;
}


#footer a {
	color: #005a9d;
}

/*
--------------------------------------------------------------------------------
	marginal
-------------------------------------------------------------------------------- 
*/
#marginal {
	text-align: center;
}

#marginal h2 {
	font-size: 1.5em;
	padding-bottom: 1em;
	color: #005a9d;
}

.reference {
	margin: 10px 10px 20px 10px;
	padding: 10px 0 10px 0;
	border:#005a9d 1px solid;
	text-align: center;
	line-height: 2em;
}

.reference p {
	color: #005a9d;
}

html.js .reference {
	display: none;
}

/*
--------------------------------------------------------------------------------
	referenzen
-------------------------------------------------------------------------------- 
*/

dl.referenzen {
	padding-top: 2em;
	clear: both;
	
}

#content dl.referenzen a {
	border: none;
}

dt {
	width: 12em;
	float: left;

}

dt img {
	border: 0.3em solid #7690CF;	
}
dd {
	
	padding-left: 12em;
	
}




/*
--------------------------------------------------------------------------------
	twitter
-------------------------------------------------------------------------------- 
*/

#twitter {
	display: none;
	padding: 10px 0;
}

#twitter.js {
	display: block;
}


#twitter ul{
	font-size: 1em;
	line-height: 1.5em;
	list-style: inside circle;
}
