/* ------------------------- */
/* --- FLASH VERSION CSS --- */
/* ------------------------- */

html, body {
	/* get rid of default spacing on the edges */
	margin: 0;
	padding: 0;

	/* get rid of that 2px window border in Internet Explorer 6 */
	border: 0;

	/* fill the height of the browser */
	height: 100%;
	

	/* no more scroll bar */
	overflow: hidden;
}

/* ------------------------ */
/* --- HTML VERSION CSS --- */
/* ------------------------ */

html, body {
	background-color: #454545;
	font-family:'Arial',sans-serif;
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
}

a,
a:focus {
	outline: none;
}

.uppercase {
	text-transform: uppercase;
}

#center {
	left:50%;
	margin-left:-420px;
	position:absolute;
	width:840px;
	height:600px;
	margin-top:-310px;
	top:50%;
	background-color:transparent;
}

/* --- Logo --- */

#logo {
	position: absolute;
	height: 100px;
	top: 15px;
	left: 15px;
}

#logo a,
#logo a:hover,
#logo a:focus {
	background:transparent;
	border:none;
	display:block;
	height: 75px;
	outline:none;
	/*width: ?abhŠngig von Bildgršsse */
}

#logo img {
	border:none;
}

/* --- Navigation --- */


#naviMain,
#naviSub {
	position:absolute;
	height: 19px;
	width: 840px;
	background-color: #292929;
}

#naviMain {
	top:90px;
}

#naviSub {
	top:119px;
}


#naviMain ul,
#naviSub ul {
	background-color: #292929;
	height:19px;
	margin:0;
	padding:0;
	display: inline;
	line-height: 19px;
	vertical-align:middle;
}

#naviMain ul.floatleft {
	width:600px;
	float:left;
}

#naviMain ul.floatright {
	width: 240px;
	float:right;
	/* display:inline; */
}

#naviMain li,
#naviSub li {
	display:inline;
	padding:0;
	line-height:19px;
	text-transform:uppercase;
	vertical-align:middle;
	height:19px;
}

#naviMain li.floatleft,
#naviSub li.floatleft {
	margin:0 0 0 15px;
	float:left;
}

#naviMain li.floatright {
	margin:0 15px 0 0;
	float:right;
}

#naviMain li a,
#naviSub li a {
	font-size:10px;
	text-decoration:none;
	color:#888888;
	vertical-align:middle;
	
}

#naviMain li a:hover,
#naviMain li a.active,
#naviSub li a:hover,
#naviSub li a.active {
	color:#dddddd;
}

/* --- Cards --- */

#content {
	position:absolute;
	top:165px;
	width:840px;
	height:433px;
	overflow:auto;

}

.card {
	position:absolute;
	width:504px;
	height:378px;
	top:0;
	background-color: #dddddd;
}

.cardImages {
	 width:504px;
	 height:378px;
	 border:none;
	 padding:0;
	 margin:0;
}

.smallImage {
	width:168px;
	height:126px;
	position: absolute;
	border:none;
}

.row1 { top:0;}
.row2 { top:126px;}
.row3 { top:252px;}

.column1 { left: 0px; }
.column2 { left: 168px; }
.column3 { left: 336px; }

.smallImage img {
	width:168px;
	height:126px;
	border:none;
}

.textfield {
	overflow:auto;
	padding: 10px 25px 10px 25px;
	font-size: 8pt;
	line-height:15px;
	color: #555;
	width:454px !important;
	height:358px !important;
}

.textfield h1 {
	font-size: 8pt;
	color: #555;
	font-weight: bold;
}

.textfield h2 { /*TODO: sieht so aus wie h1, wird H2 Ÿberhaupt verwendet? */
	font-size: 8pt;
	color: #555;
	font-weight: bold;
}

.textfield p {
	font-size: 8pt;
	line-height:15px;
	color: #555;
}

.textfield a {
	font-size: 8pt;
	line-height: 15px;
	color: #555;
	text-decoration: underline;
}

.textfield a:hover {
	font-size: 8pt;
	line-height: 15px;
	color: #555;
	text-decoration: underline;
}

#rightSpace {
	position:absolute;
	/* width:504px; */
	height:378px;
	top:0;
	background-color: transparent;
	width:152px;
}
/* --- Contact Form --- */

.inputForm {
	font-family:'Arial',sans-serif;
	font-size: 8pt;
	color: #dddddd;
	background-color:#333;
	border: 1px solid #555;
	margin-bottom: 7px;
	width:440px;
	padding-left: 5px;
	padding-right: 5px;
}

.buttonForm {
	font-family:'Arial',sans-serif;
	font-size: 8pt;
	color: #555;
	background-color:transparent;
	border:none;
	padding-left:0;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
}

/* --- Subtitles --- */

.subtitle {
	position:absolute;
	width:504px;
	height:20px;
	top:380px;
}

.subtitle h1 {
	font-size: 10px;
	line-height: 14px;
	color: #dddddd;
	font-weight:normal;
	padding:0;
	margin:0;
}

.subtitle h1 a {
	color: #dddddd;
}
.subtitle h1 a:hover {
	color: #ffffff;
}
.subtitle h1 a,
.subtitle h1 a:hover {
	text-decoration: underline;
}

