/*  
Theme Name: Haus der Wissenschaft
Theme URI: http://www.neonaut.de
Description: WordPress theme designed by <a href="http://www.neonaut.de">Neonaut</a> for Haus der Wissenschaft, Braunschweig.
Version: 1.1
Author: Chris Horstmann, Hendrik Reimers
Author URI: http://www.neonaut.de
*/

/* ======================================== */
/* ALLGEMEIN */

@charset "utf-8";

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	
	background-color: #FFFFFF;
}

body {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
}

.hide {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}



/* ======================================== */
/* PAGE LAYOUT */

div#container {
    width: 935px;
	text-align: left;
	margin: auto;
}

/* ---------------------------------------- */
/* PAGE LAYOUT: Kopfzeile */

div#logo {
	width: 535px;
	margin-left: 400px;
	text-align: right;
	
	position: absolute;
}

div#logo img {
	border: 0px;
	margin-top: 21px;
	border-bottom: 1px solid #FFFFFF;
}

div#head {
	width: 935px;
	height: 131px;
	text-align: right;

	background-repeat: no-repeat;
	border-bottom: 22px solid #29B9E4;
}

/* ---------------------------------------- */
/* PAGE LAYOUT: Hauptteil */

div#main {
	float: left;
	clear: both;
	margin-top: 1px;
	
	background-image: url('/wp-content/themes/hdw/img/bg-main.gif');
	background-repeat: repeat-y;
	
	min-height: 700px;
	height: auto !important;
	height:700px;
}

div#left {
	width: 211px;
	padding-right: 1px;
	
	float: left;
	
	overflow: hidden;
}

div#right {
	width: 193px;
	float: right;
	
	padding-left: 11px;
	padding-right: 8px;
	
	/*margin-top: 80px;*/
	margin-top: 58px;
	
	overflow: hidden;
}

div#middle {
	float:left;
	margin-left:17px;
	margin-right:17px;
	margin-top:15px;
	width:476px;

	overflow: hidden;

}



/* ======================================== */
/* NAVIGATION */

div#mainmenu ul {
	margin: 0px;
	padding: 0px;
}

div#mainmenu ul li,
div#mainmenu ul li ul li {
	list-style: none;
}

div#mainmenu ul li a,
div#mainmenu ul li ul li a {
	display: block;
	height: 2.78ex;
	border-bottom: 1px solid #C4CCD7;
	
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	
	padding-left: 14px;
	padding-top: 2px;
	
	font-size: 1.1em;
}

div#mainmenu ul li a:hover,
div#mainmenu ul li ul li a:hover,
div#mainmenu ul li.current ul li a:hover {
	background-color: #C4CCD7;
}

div#mainmenu ul li ul li a {
    padding-left: 25px;
	font-weight: 300;
}

div#mainmenu ul li.current a,
div#mainmenu ul li ul li.current a {
	background-image: url('/wp-content/themes/hdw/img/bg-menu-active.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #0FB0E1;
	color: #FFFFFF;
	background-color: #4DC4E8;
}

div#mainmenu ul li.current ul li a {
	background-image: none;
	border-bottom: 1px solid #C4CCD7;
	color: #000000;
	background-color: transparent;
}



/* ======================================== */
/* FORMULARE */

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #C4CCD7;
}

/* ---------------------------------------- */
/* FORMULARE: Seitensuche */

div#search {
	border-bottom: 1px solid #C4CCD7;
	margin-top: 5px;
	padding-bottom: 5px;
}

div#search form div {
	margin-left: 14px;
}

div#search input {
	width: 115px;
}

div#search input.submit {
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	width: auto;
}

/* ======================================== */
/* TOOLBOX */

div.toolbox {
	margin-top: 22px;
}

div.toolbox h1 {
	text-transform: uppercase;
	color: #999999;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	
	margin-bottom: 5px;
	font-size: 1.1em;
}

div.toolbox h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}

div.toolbox p {
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	color: #666666;
}

div.toolbox a.link {
	color: #0F96BF;
	text-decoration: none;

	background-image: url('/wp-content/themes/hdw/img/arrow-blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	
	padding-left: 10px;
	
	display: block;
}

div.toolbox a.link:hover {


	color: #666666;
}



/* ======================================== */
/* CONTENT */

div#content {
        width:470px;
	padding-bottom: 40px;
	clear: both;
}

#content h1 {
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: 0.5px;
}

#content a.link {
	color: #0F96BF;
	text-decoration: none;

	background-image: url('/wp-content/themes/hdw/img/arrow-blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.4em;

	padding-left: 10px;
	
	display: block;
}

#content a.link:hover {
	color: #666666;
}

#content p {
	line-height: 1.6em;
}

#content .float-left {
	float: left;
	margin-right: 16px;
}

/* ---------------------------------------- */
/* CONTENT: Teaser */

div.teaser {
	clear: both;
	padding-top: 33px;
}

div.teaser img {
	float: left;
	margin-right: 17px;
	margin-bottom: 2px;
	border: 0px;
}

/*div.teaser a.link,
div.teaser p,
div.teaser h3 {
	width: 283px;
	float: left;
}*/

div.teaser h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.6em;
}

div.teaser h3 a {
	text-decoration: none;
	color: #000000;
	display: block;
}

div.teaser h3 a:hover {
	color: #666666;
}

div.teaser p {
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}


/* ======================================== */
/* PARTNER */

div#partner {
	clear: both;
	border-top: 1px solid #00ABDF;
}

div#partner h1 {
	font-size: 1em;
	color: #0F96BF;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div#partner {
	text-align: center;
}

div#partner img {
	margin-left: 13px;
	margin-right: 13px;
}

/* ======================================== */
/* FOOTER */

div#footer {
	background-image: url('/wp-content/themes/hdw/img/line-footer.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	
	height: 24px;
	margin-bottom: 72px;
	margin-top: 44px;
	
	padding-left: 229px;
	padding-top: 14px;
	
	color: #0F96BF;
	
	clear: both;
}

div#footer a {
	text-decoration: none;
	color: #0F96BF;
}

div#footer a:hover {
	color: #666666;
}

div#footer span#copy {
	float: left;
}

div#footer span#print {
	float: right;
	width: 300px;
	text-align: right;
}

div#footer span#print,
div#footer span#print a {
	white-space: nowrap;
}

div#footer span#print a.print {
	background-image: url('/wp-content/themes/hdw/img/icon-print.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	
	padding-left: 23px;
	margin-right: 32px;
}

div#footer span#print a.top {
	background-image: url('/wp-content/themes/hdw/img/arrow-top.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.4em;

	padding-left: 21px;
}























