
/*	--------------------------------------------------
	PAGE STRUCTURE
	-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

* html body{ /*IE6 hack*/
	padding: 60px 0 35px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #cwrap { /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

body {
	background-color:#1C1C1E;
	color: #bbb;
	font-family: "Helvetica Neue", Tahoma, Arial, sans-serif;
	font-size: 13.5pt;
	line-height: 110%;
	height: 100%; /*IE6 hack*/
	max-height: 100%; /*IE6 hack*/
	overflow: hidden;
}

#hwrap, #cwrap, #fwrap {
	width:100%;
	text-align: center;
}

#hwrap, #fwrap {
	position: absolute; 
	left: 0;
	color: #666;
	overflow: hidden;
	line-height:100%;
}

#hwrap{
	top: 0;
	height:100px;
}

#fwrap{
	top:auto;
	bottom: 0;
	height:70px;
}


#cwrap {
	position: fixed; 
	padding-top:10px;
	top: 90px;
	left: 0;
	bottom: 80px;
	overflow: auto; 	
	background-color: #3F434E;
	line-height:100%;
}

#header, #content, #kontakt, #footer{
	width: 700px;
	margin: 0 auto 0 auto;
	text-align:left;
}

#header02, #content02, #kontakt02, #footer02{
	width: 800px;
	margin: 0 auto 0 auto;
	text-align:left;
}/* referenzen 800 px */

.image {
	width: 530px;
	margin: 0 auto 0 auto;
	text-align:left;
}

#header {
	padding-top:15px;
}

#header02 {
	padding-top:15px;
}/* referenzen 800 px */

#image {
	padding-top:15px;
}

#content, #kontakt {
	background-color: #3F434E;
	padding-top:10px;
}

#footer, #footer02 {
	padding-top:6px;
}/* 02 = referenzen 800 px */


#logo {
	background: url('images/logo.jpg') no-repeat;
	height: 62px;
	width: 231px;
	float: left;
}

#sw {
	background: url('images/sw.gif') no-repeat;
	height: 25px;
	width: 25px;
	float: left;
}


 #logo a {
	height: 62px;
	width: 231px;
	float: left;
}

#nav {
	float: right;
	padding-top:40px;
}

#content  p {
	float:left;
	font-size:9pt;
}

#kontakt  p {
	float:left;
	font-size:9pt;
}

#kontakt a {
	color: #bbb; 
	text-decoration: none;
}

#kontakt a:hover {
	color: #FEB500; 
	text-decoration: underline;
}

#kontakt p a {
	color: #bbb; 
	text-decoration: none;
}

#kontakt p a:hover {
	color: #FEB500; 
	text-decoration: underline;
}

#kontakt p span {
	float:left;
	font-size:10pt;
	padding-left: 0px;
	color: #eee;
	font-style : normal;
	
	
}

#footer a,
#footer02 a {
	color: #666; 
	text-decoration: none;
	
}


#footer a:hover,
#footer02 a:hover {
	color: #FEB500; 
	text-decoration: underline;
}

#footer p,
#footer02 p {
	float:left;
	font-size:7pt;
	padding-left: 15px;
	line-height: 120%;
}

#footer p span,
#footer02 p span {
	float:left;
	font-size:8pt;
	padding-left: 0px;
	line-height: 100%;
	color: #eee;
	font-style : normal;
	
	
}


#footer ul,
#footer02 ul {
	float:right;
	padding: 0;
	overflow: hidden;
	list-style: none;
}



#footer ul li,
#footer02 ul li {
	float: left;
	margin: 0;
	padding-left: 5px;
	padding-right:5px;
}

#flashcontent {
		width:100%;
		height:100%;
	}

.center {
	text-align: center;
}
.strike {
	text-decoration: line-through;
}
/*	--------------------------------------------------
	BASIC TAGS
	-------------------------------------------------- */
table {
	clear: both;
}
td {
	font-size: 0.8em;
	margin-bottom: 1em;
}
p {
	font-size: 0.8em;
	margin-bottom: 1em;
	
}

span {
	font-size: 10pt;
	margin-bottom: 1em;
	font-style: italic;
	
}

a {
	color: #FEB500; 
	text-decoration: none;
	
}
a:hover {
	
	color: #eee; 
	text-decoration: underline;
}

a:active {
	color: #eee; 
}

ul {
	list-style: none;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 0.7em;
}
ul a {
	color: #aaa;
}
ul a:hover {
	color: #eee;
	text-decoration: underline;
}

img {
	border: none;
}
img.right {
	float: right;
	margin: 0;
}
img.left {
	float: left;
	margin-top: .75em;
	margin-right: .75em;
}
br {
	clear: both;
}
strong {
	color: #ddd;
}
 li strong {
	font-size: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 100%;
}
small {
	font-size: 90%;
}
.error {
	background: #622;
	border: 1px solid #f55;
}
/*	--------------------------------------------------
	HEADINGS
	-------------------------------------------------- */
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-family: "Helvetica Neue", Corbel, Tahoma, Arial, sans-serif;
}
h1 {
	font-family: "Helvetica Neue", Corbel, Tahoma, Arial, sans-serif;
	font-size: .9em;
	color: #eee;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: .4em;
	padding-bottom: .4em;
	
}
h2 {
	color: #eee;
	font-size: .7em;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom: .6em;
	border-bottom: 1px #666 solid;
}
h4 {
	font-weight: bold;
	color: #fff;
	font-size: .75em;
	text-transform: uppercase;
}
h3 {
	color: #ddd;
	font-size: .7em;
	text-transform: uppercase;
}
h4 {
	font-size: 1em;
	margin-bottom: 0;
	border-bottom: 1px #444 solid;
}
.bar {
	color: #A40134;
}
/*	--------------------------------------------------
	COLUMNS
	-------------------------------------------------- */

.ColumnLCR_Box {
	width: 100%;
	padding-bottom: .5em;
	margin-left: 15px;
}

.ColumnL_Box {
	width: 31%;
	float: left;
	margin-right: 1%;
	background-color: Aqua;
}



.ColumnC_Box {
	width: 32%;
	float: left;
	margin: 0 2% 0 1%;
	background-color: Fuchsia;
}

.ColumnR_Box {
	width: 32%;
	float: right;
	padding-right: 0;
	background-color: Lime;
}

.ColumnL {
	width: 50%;
	float: left;
	margin-right: 1%;
	margin-left: 15px;
	
}
.ColumnLabout {
	width: 50%;
	float: left;
	margin-right: 1%;
	margin-left: 24px;
	
}

.ColumnLsmall {
	width: 40%;
	float: left;
	margin-right: 1%;
	margin-left: 15px;
	
}


.ColumnC {
	width: 30%;
	float: left;
	margin: 0 2% 0 1%;
	margin-top: 0px;
	margin-left: 50px;
}


.ColumnCsmall {
	width: 35%;
	float: left;
	margin: 0 2% 0 1%;
	margin-top: 1px;
	margin-left: 20px;
}
.SideBar {
	width: 32%;
	float: right;
	padding-right: 0;
}
.ColumnR {
	width: 32%;
	float: right;
	padding-right: 0;
}
.ColumnLC {
	width: 90%;
	float: left;
}
.ColumnLCR {
	width: 100%;
	padding-bottom: .5em;
	margin-left: 15px;
}

.ColumnLCRabout {
	width: 100%;
	padding-bottom: .5em;
	margin-left: 23px;
}

/*	--------------------------------------------------
	SIDEBAR AND BOXES
	-------------------------------------------------- */
.box {
	background-color:#ffffff;
	width:600px;
	margin:10% auto 0 auto;
	height:340px;
	text-align:center
}

/*	--------------------------------------------------
	NAVIGATION MENU
	-------------------------------------------------- */
#nav ul {
	font: 9pt 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	list-style: none;
	padding: 0;
	overflow: hidden;
}

#nav ul li {
	float: left;
	margin: 0;
	padding-left: .1em;
	padding-right: .1em;
}

#nav ul li.bar {
	padding-left: 1.2em;
	padding-right: .4em;
	padding-top: .4em;
	color: #666;
	font-weight: bold;
}
#nav .current a {
	color: white;
	cursor: default;
	font-weight:bold;
	text-decoration: none;
}
#nav ul li a {
	color: #ccc;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: .3em;
}

#nav ul li a:active {
	color: #FEB500;
}
#nav ul li a:hover {
	color: #FEB500;
}

#nav.current a:hover {
	color: white;
}

/*	--------------------------------------------------
	PRENSA
	-------------------------------------------------- */
ul#premsa {
	font: .8em/1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#premsa li {
	display: block;
	width: 44%;
	height: 10em;
	margin-bottom: 1em;
	margin-left: 1%;
	text-decoration: none;
	color: #bbb;
	float: left;
	padding: 15px;
}
ul#premsa li:active {
	color: #eee;
	background-color: #252525;
}
ul#premsa li:hover {
	color: #eee;
	background-color: #252525;
}
.image_left {
	border: none;
	float: left;
	margin-right: 15px;
	padding-bottom: 13em;
}
.flag {
	margin-bottom: 5px;
	clear: right;
}
.autor {
	color: #eee;
	font-weight: bold;
	font-size: .8em;
	margin: 0;
}

