/***********************************************/
/* marvin.css                             */

body{
	font-family: Arial,sans-serif;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	float: inherit;
	margin-left: 0px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:link{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #666666;
	text-decoration:underline;
	position: static;
	cursor: hand;
	border-bottom:none;
	border-top:none;
	
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#overall{
	width: 640px;
	height: inherit;
	margin-top: 0px;
	padding-top: 0px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -320px;
	top: -15px;
	border-bottom-style: none;
	border-bottom-width: thin;
	min-height: 900px;
}
* html #overall{       height: 900px; }


#navBar{
	float: left;
	width: 190px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	
	
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: right;
	width: 300px;
	margin-right: auto;
	margin-left: 0px;
	position: static;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	overflow-x: auto;
	height: 250px;
	padding-right: 4px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}



/************** .story styles *****************/

.story{
	clear: none;
	padding: 0px 0px 0px 0px;
	font-size: x-small;
	color: e0eafc;
	font:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	position: static;
	width: 400px;
	height: 132px;
	overflow: auto;
	overflow-x: hidden;
	left: 0px;
	background-image: url(marvin.png);
}

.story p{
	padding: 0px 0px 10px 0px;
	margin-left: 20px;
	position: static;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	margin-top: 0px;
	height: 19px;
	position: relative;
	margin-left: 10px;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: fixed;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
	color:#660033;
	width: 180px;
	height: 500px;
	margin-top: 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.bild {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	margin-left: 20px;
	height: 200px;
	position: static;
	width: 450px;
	clear: none;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 2px;
	padding-right: 20px;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	position: static;
	height: 19px;
	background-color: #939fad;
	float: left;
	width: 100%;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 532px;
	position: static;
	float: right;
}
.navbar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	width: 108px;
	height: 400px;
}
.termine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: right;
	width: 200px;
}
