/** 
* Vor Werbeagentur an Structure Styles * 
* @author Ron Kappler 
* @version 1.0 
* @see http://www.vor-dresden.de.de/ 
*/
html, body {
	margin: 0;
	padding: 0;
	height:100%;
}
body {
	background-color: #FFFFFF; 
	background-image: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}
p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 17px;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	line-height: 17px;
}
ol {
	margin: 0 0 12px 25px;
}
ul {
	margin: 0 0 12px 15px;
}
object, embed {
	margin: 0; 
	padding: 0;
	cursor: pointer;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #FF4300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h1 {
	margin: 0 0 12px 0;
}
h2 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 14px;
}
h3 {
	margin: 0 0 12px 0;
	font-weight: bold;
	font-size: 12px;
}
h4 {
	margin: 0 0 0px 0;
	font-size: 11px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
form {
	margin: 0;
	padding: 0;
}
acronym, abbr { border-bottom: 1px dotted #941C1C; }
/* Schriftarten */
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.aright {
	text-align: right;
}
.vsuper {
	vertical-align: top;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbottom {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.uppercase { text-transform: uppercase; }
.floatl { float: left; }
.floatr { float: right; }
.tleft { text-align: left; }
.tright { text-align: right; }
.ohidden { overflow: hidden; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
/* Farben */

/* min-height */
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}
.minh-70 {
	height: 60px;
	overflow: visible;
}
html>body .minh-70 {
	height: auto;
	min-height: 60px;
}
.minh-400 {
	height: 400px;
	overflow: visible;
}
html>body .minh-400 {
	height: auto;
	min-height: 400px;
}

/* Innen- und Außenabstände */
.w-120 {
	width: 120px;
}

/* Seitenaufbau */
.offscreen { 
	position: absolute;
	left: -1000em;
	width: 100em;
	height: 1em;
	overflow: hidden; 
}
#site-container {
	margin: auto;
	width: 1000px;
}
#main-container {
	width: 1000px;
	height: 590px;
	overflow: visible;
}
html>body #main-container, html>body #site-container {
	height: auto;
	min-height: 590px;
}
#flashcontent { width: 1000px; margin: auto; }
#head-container {
	width: 1000px;
	height: 25px;
	overflow: hidden;
	text-align: right;
	text-transform: uppercase;
	position: relative;
}
#detailswitch {
	width: 200px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	border-left: 1px solid #888888;
}
#detailswitch a.bild:link, #detailswitch a.bild:visited, #detailswitch a.bild:active, #detailswitch a.bild:hover {
	border-right: 1px solid #888888;
	padding: 0;
	text-align: center;
	display: block;
	width: 98px;
	float: left;
	line-height: 25px;
	height: 25px;	
}
#detailswitch a.bild-act:link, #detailswitch a.bild-act:visited, #detailswitch a.bild-act:active, #detailswitch a.bild-act:hover {
	border-right: 1px solid #888888;
	background-color: #FF4300;
	color: #FFFFFF;
	padding: 0;
	text-align: center;
	display: block;
	width: 98px;
	float: left;
	line-height: 25px;
	height: 25px;	
}
#content-container {
	width: 1000px;	
}
#project-container {
	width: 1000px;
	height: 400px;
	overflow: hidden;
}
#project-scroll-container {
	width: 1000px;
	height: 400px;
	overflow: auto;
	position: relative;
	z-index: 50;
}