body {
	font: 10px Georgia, serif;
	padding-top: 3em;
	padding-left: 3em;
	/*opacity: 0.9999;*/
}

/* layout elements */

.wrapper {
	width: 72em;
	text-align: left;
}

/* formatierungen */

/* - typo */

a, a:link, a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 5em;
	font-weight: bold;
	line-height: 1em;
}

div.issue h2 {
	font-size: 10em;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	letter-spacing: -10px;
	color: #999;
	margin: -0.13em 0 0 -7px;
}

div.statement h3 {
	font-size: 2.3em;
	line-height: 1.3em;
}

div.subtitle p {
	padding-top: 3em;
	font: 1.1em Verdana, "Lucida Grande", Lucida, sans-serif;
}

div.subtitle p a {
	font: bold 1.6em Verdana, "Lucida Grande", Lucida, sans-serif;
}

div.feature_content div p {
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
}

div.mainnav p span {
	text-transform: uppercase;
	font: bold 1.5em Verdana, sans-serif;
}

/* - layout elements */

div.title, div.issue, div.statement, div.mainnav, div.video {
	float: left;
}

div.mainnav, div.mainnav a:link, div.mainnav a:visited {
	color: black;
}

div.mainnav li a:hover {

}

div.subtitle {
	float: right;
	text-align: right;
}

div.issue {
	width: 19em;
	padding-left: 1em;
}

div.mainnav {
	width: 19em;
	padding-left: 1em;
	padding-top: 1em;
}

div.head {
}
/*
div.video, div.statement {
	border-left: 0.7em solid white;
}
*/
div.wrappervideo {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	margin-top: 1em;
	margin-bottom: 1.4em;
}

div.mainnav li {
	font-size: 1.4em;
	line-height: 1.2em;
	color: black;
}

p.overview {
	text-transform: uppercase;
	font: 1em Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 1.6em;
}

.seal {
	display: none;
}

div.clear {
	clear: both;
	line-height: 0;
}

div.mainnav ol {
	padding-top: 1em;
	list-style-type: decimal-leading-zero;
	padding-left: 2em;
}

div.mainnav ol li {
	text-indent: -1.4em;
}

em {
	font-style: italic;
}

/* temp */

div.maincontent {
	border: 1px solid black;
}

div.statement {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

div.video {
	float: right;
}

div.footer {
	padding-top: 0.5em;
}

div.footer p {
	color: #666;
	font: 0.9em Verdana, "Lucida Grande", Lucida, sans-serif;
}

div.title {
}

div.subtitle {
}

/* CAROUSEL */

.feature_item {
	float: left;
}

div.feature div.feature_content {
	overflow: hidden;
	height: 200px;
	width: 70em;
}

div.feature_content {

}

div.feature {
	margin-left: 1em;
	margin-right: 1em;
}

/*- carousel navigation*/

div.feature_nav {
	margin-left: 1em;
	margin-right: 1em;
	border-bottom: 1px solid black;
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-family: Verdana, sans-serif;
}

div.feature_nav ul {
	text-decoration: none;
}

div.feature_nav li {
	float: left;
	margin-right: 0.5em;
	text-decoration: none;
	text-transform: uppercase;
}

.feature_nav_left li, .feature_nav_right li {
	font-size: 0.9em;
}

.feature_nav_left li a:link, .feature_nav_left li a:visited {
	color: #666;
	background: url(../../_static/_images/back_feature_nav.gif) no-repeat center center;
	padding: 0.6em;
}

.feature_nav_right li a:link, .feature_nav_right li a:visited {
	background-color: #e1e1e1;
	background-image: none;
}

.feature_nav_right li a:hover {
	background-color: white;
	background-image: none;
	text-decoration: underline;
}

div.feature_nav li a:hover {
	color: black;
	text-decoration: none;
}

.feature_nav_right {
	float: right;
}

div.feature_content div {
	float: left;
	width: 70em;
}

div.feature_content div div.colleft {
	width: 34em;
	float: left;
	margin-right: 1em;
}

div.feature_content div div.colleftinitial {
	width: 34em;
	float: left;
	margin-right: 1em;

}

div.feature_content div p {
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

div.feature_content div p a:link, div.feature_content div p a:visited {
	line-height: 1.4em;
	margin-bottom: 0.6em;
	background-color: #e1e1e1;
}

div.feature_content div p a:hover {
	line-height: 1.4em;
	margin-bottom: 0.6em;
	background-color: white;
}

div.feature_content div div.colleftinitial p.initial {

	line-height: 0.8em;
}

div.feature_content div div.colright {
	width: 34em;
	float: left;
}

div.feature_content div div.colleftinitial p.initial {
	float: left;
	font: 5em/0.8em Georgia, "Times New Roman", Times, serif;
	padding-right: 0.1em;
	height: 30px;
	margin-bottom: 0;
}

#current a {
	text-decoration: underline;
}

/* custom scroll bars */

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 180px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: white;
margin: 0.3em auto;
padding: 0px;
}


/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 6px;background: black;}
.vscrollerbarbeg {height: 10px !important;width: 10px;}
.vscrollerbarend {height: 10px;width: 10px;}
.vscrollerbase {width: 6px;}
.vscrollerbasebeg {width: 6px;height: 28px !important;background: url(http://dev/folge/_static/_images/scrollbar.gif) -0px -10px no-repeat;}
.vscrollerbaseend {height: 28px;width: 10px;background: url(http://dev/folge/_static/_images/scrollbar.gif)  -0px 6px no-repeat;}
.hscrollerbase {height: 16px; background-color: fuchsia;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 6px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
