/*	//////////////////////////////////////////
	//										//
	//										//
	//										//
	//			   GROTZ					//
	//			   							//
	//										//
	//										//
	//////////////////////////////////////////	*/


/*	//////////////////////////////////////////
	//										//
	//	LAYOUT								//
	//										//
	//////////////////////////////////////////	*/
html {
	height: 100%;
}

	
body {
	height: 100%;
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    background:#fff url(../img/verlauf.jpg) repeat-x;
		
	text-align: center;
	font-size: 12px;
	color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
}

/* Header styles */
#header {
	clear:both;
    float:left;
    width:100%;
	height: 320px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	
	background: url(../img/headerVerlauf.jpg) repeat-x;
}

#headWrapper {
	width: 750px;
	height: 281px;
	
	text-align: right;
}

#headLogo {
	float: left;
	width: 545px;
	height: 151px;
	margin-top: 96px;
	
	/*border: 1px solid green;*/
}

#navWrapper {
	position: absolute;
	top: 282px;
	width: 750px;
	height: 20px;
	z-index: 666;
}

#language {
	/*float: right;*/
	position: absolute;
	margin-top: -28px;
	left: 1px;
	width: 50px;
	height: 20px;
	text-align: right;
	
	/*border: 1px dashed green;*/
}

.colmask {
	position:relative;		
    clear:both;
    float:left;
	width:750px;			
	overflow:hidden;	
	margin-top: 30px;
	margin-bottom: 50px;	
}

.colleft {
	float:left;
    width: 750px;
    position:relative;
    
	/*border: 1px dashed black;*/
}

.col1 {
    float: left;
    width: 450px;
    position: relative;
	text-align: left;
	
	border-right: 1px dotted #CCCCCC;
}

.col2 {
	float:left;
    width: 280px;
    position:relative;
	text-align: left;
    
	/*border: 1px solid red;*/
}

#zentrieren {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	text-align: center;
	
}

#dieBasis {
	position: relative;
	top: 0px;
	left: 50%;
	width: 750px;
	height: auto;
	margin-left: -375px;

	/*border: 1px dashed #00ff00;*/
}


/*	//////////////////////////////////////////
	//										//
	//	main 								//
	//										//
	//////////////////////////////////////////	*/
/*
.col1 img {
	position: relative;
	top: -30px;
	margin-bottom: 0px;
	
	z-index: 788;
}
*/
#article {
	position: relative;
	float: left;
	width: 400px;
	height: auto;
	margin-bottom: 50px;
	text-align: left;
	line-height: 20px;
	color: #6a6a6a;
	
	/*border: 1px solid red;*/
}

#innerArtWrapper {
	position: relative;
	width: 402px;
	
	margin-top: 50px;

}

#artHead {
	position: relative;
	width: 402px;

	display: inline;
}

#artName {
	position: relative;
	float: left;
	width: auto;

	padding: 0px 4px 0px 4px;
	
	color: #fff;
	font-size: 14px;
	
	background: #27557a;
}

#artLink, #artLink a {
	position: relative;
	float: right;
	width: auto;

	padding: 0px 4px 0px 4px;
	
	color: #fff;
	font-size: 14px;

	background: #27557a;
}

#artFrame {
	position: relative;
	top: 20px;
	width: 380px;
	height: auto;
	
	padding: 10px;
	
	border: 1px dotted #CCCCCC;
}

#thumbRow {
	position: relative;
	width: 390px;
	height: 60px;
	
	padding: 10px 0 0 0;
}

#thumbRow img, #thumbRow img a {
	border: 0;
	margin-right: 9px;
}

#artDetailWrapper {
	clear: both;
	width: 380px;
	height: auto;
	
	padding: 10px 0 0 0;
}

#artDetail {
	position: relative;
	
	float: left;
	width: 375px;
	padding-right: 5px; 
	
	/*border: 1px solid red;*/
}

#partner{
	position: relative;
	
	float: left;
	width: 180px;
	padding-right: 5px; 
	
	/*border: 1px solid red;*/
}

#clear {
	position: relative;
	clear: both;
	height: 0px!important;
	margin: 0;
	padding: 0;
}


ul#impressum {
  border: 0 none;
  padding: 0;
  padding-top: 0px;
  padding-left: 15px;
  margin: 0px;
  list-style: circle;
}

ul#impressum li {
  margin-top: 2px;
}

/*	//////////////////////////////////////////
	//										//
	//	sidebar								//
	//										//
	//////////////////////////////////////////	*/
	
#language {
	float: right;
	position: relative;
	top: 33px;
	right: 205px;
	width: 100px;
	height: 20px;
}
	
#sidebar {
	width: 250px;
	padding-left: 30px;
	height: auto;
	padding-bottom: 30px;
	
	color: #6a6a6a;
	
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar img {
	position: relative;
	margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#sidebar img {
		
	}
}



/*	//////////////////////////////////////////
	//										//
	//	formulare							//
	//										//
	//////////////////////////////////////////	*/
	
fieldset {
	float: left;
	width: 400px;
	padding: 0px;
	margin: 4px 0 34px 0;
	border: 0px;
	
	/*border: 1px solid green;*/
}
.row {
	width: 375px;
	margin-bottom: 5px;
	
	/*border: 1px dashed red;*/
}

.form-element {
	/*border: 1px dashed green;*/
}

label {
	position: absolute;
	width: 45px;
	
	/*border: 1px solid #00ff00;*/
}

.text-input {	
	color: #666;
	width: 310px;
	margin-left: 60px;
	padding-left: 4px;
	/*padding-top: 3px;
	margin-bottom: -2px;*/
	padding-bottom: 2px; 
	
	border: 0 none;
	border-bottom: 1px dotted #ccc!important;
	
	font-size: 12px;
}

.text {
	width: 380px;
	border: 0 none;
	border-bottom: 1px dotted #ccc!important;
}

#buttonWrapper {
	position: relative;
	width: 400px;
	margin-top: 30px;
	
}

.button {
	float: right;
	margin-left: 10px;
	
	padding: 4px;
	
	background: #27557a;
	border: 0 none;
	color: #fff;
	
	font-size: 14px;
}

#needed {
	color: #1e5280;
}

#failure {
	color: #e14c4d;
}

#success {
	color: #0aaf00;
}

/*	//////////////////////////////////////////
	//										//
	//	multibox							//
	//										//
	//////////////////////////////////////////	*/
	
#htmlElement {
	padding: 10px;
	background-color: #000;
	color: #FFFFFF;
	width:600px;
}


/*	//////////////////////////////////////////
	//										//
	//	fonts								//
	//										//
	//////////////////////////////////////////	*/
	
#bold {
	font-weight: 900;
}
	
h1 {
	font-size: 25px;
	color: #27557a;
	font-weight: 400;
	margin-bottom: 20px;
}

h2 {
	position: relative;
	top: -10px;
	font-size: 14px;
	color: #333;
	font-weight: bold!important;
	line-height: 0px;
	margin-bottom: 7px;
}


#sidebar h2 {
	font-size: 12px;
	margin-bottom: 0px;
}

h3 {
	line-height: 15px;
	margin-bottom: 10px;
}

h4 {
	line-height: 15px;
	margin-bottom: 3px;
}

 
.col1 h2 {
	position: relative;
	top: 35px;
	left: 10px;
	font-size: 35px;
	color: #fff;
	font-weight: 100!important;
	
	line-height: 4px;
	
	/*border: 1px dashed #00ff00;*/
	
	z-index: 789;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.col1 h1 {
		line-height: 12px;
	}

	.col1 h2 {
		line-height: 1px;
	}
}

a:link {
	color: #27557a;

	text-decoration: none;
}
a:visited {
	color: #27557a;
;
	text-decoration: none;
}
a:hover {
	color: #27557a;

	text-decoration: underline;
}
a:active {
	color: #27557a;

	text-decoration: underline;
}


