/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */

/* ****************************************** */
/* Global settings for Webtipps               */
/* ****************************************** */

/* Global settings */
* {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Main body style with background */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 100.01%;	
	background: #4c5d77 url(../images/background.gif) 0 60px repeat-x;	
	text-align: center;
}

/* ****************************************** */
/* Style settings fonts, links, misc          */
/* ****************************************** */

p, td {
	font-size: 11px;
}

h1, h2 {
	font-size: 14px;
	color: #31425b;
}

h2 {
	margin-bottom: 12px;
}

a:link, a:visited {
	color: #31425b;
	text-decoration: underline;
}

a:active, a:hover {
	color: #31425b;
	text-decoration: none;
}

div#contactnavi a:link, div#contactnavi a:visited {
	font-size: 10px;
	color: #31425b;
	text-decoration: none;
}

div#contactnavi a:active, div#contactnavi a:hover {
	font-size: 10px;
	color: #31425b;
	text-decoration: underline;
}

div.clear, br.clear {
	clear: both;
}

.valid {display: none;}

div.gap {
	clear: both; 
	height: 5px;
	font-size:0;	
}

/* ****************************************** */
/* Site container settings                    */
/* ****************************************** */

/* Site container, page width, centered, fixed width */
div#sitecontainer {
	position: relative;
	width: 930px;
	min-width: 930px;
	margin: 0 auto;
}

div#maincontainer {
	position: relative;
	float: left;
	width: 920px;
	margin-top: 20px;
	padding-left: 10px;
	background-color: #ffffff;
}
	* html div#maincontainer {width: 930px; w\idth: 920px;}

div#siteheadline {
	position: relative;
	float: left;
	height: 28px;
	width: 650px;
	margin-top: 12px;
}

div#contactnavi {
	position: relative;
	float: right;
	height: 27px;
	width: 200px;
	padding-top: 13px;
	padding-right: 11px;
}

	div#contactnavi p {
		text-align: right;
	}

div#mainimage img {
	clear: both;
	display: block;	
}
	
div#contentcontainer {
	position: relative;
	float: left;
	width: 920px;
}

	div#contentcontainer2 {
		background-image: none;
	}
	
	div#seperatorlinefull {
		position: relative;
		float: left;
		height: 4px;
		width: 910px;
		margin-top: 4px;
		background-color: #31425b;
		font-size: 1px;
		line-height: 1px;	
	}	
	
	

/* ****************************************** */
/* Navigation                                 */
/* ****************************************** */

div#navigation {
	position: relative;
	float: left;
	margin-left: 10px;
	padding-top: 66px;
	width: 190px;
}

div#navigation ul {
	list-style-type: none;
}

div#navigation li {
	font-size: 11px;	
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
	line-height: 18px;
}
	* html div#navigation li {height: 0;}


/* ****************************************** */
/* Content                                    */
/* ****************************************** */
	
div#content {
	position: relative;
	float: left;
	padding-top: 38px;
	margin-left: 20px;
	padding-bottom: 20px;
	width: 660px;
}

div#content p {
	line-height: 18px;
	margin-bottom: 10px;
}

div#content ul {
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#content li {
	font-size: 11px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-left: 14px;
	line-height: 18px;
}
	* html div#content li {height: 0;}


/* ****************************************** */
/* Weblinks                                   */
/* ****************************************** */

div#weblinks {
	position: relative;
	float: left;
	width: 920px;
	margin-top: -20px;
	margin-left: 10px;
}
	* html div#weblinks {margin-left:5px;}
	
	div#weblinks img {
		border: 1px solid #31425b;
		margin-right: 5px;
		float: left;
		height: 70px;
	}	
		

/* ****************************************** */
/* Style settings forms                       */
/* ****************************************** */

/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
	margin-top: 15px;
}

/* Label styles  */
label {
	font-size: 11px;
	display: block;
	margin-bottom: 6px;
	margin-top: 2px;
	width: 70px;
	height: 15px;
	float: left;	
	cursor: pointer;	
}

/* Input fields styles  */
input, textarea {
	font-size: 11px;
	color: #333333;
	width: 340px;
	height: 15px;
	padding: 2px 0 1px 3px;	
	float: left;	
	border: 1px solid #31425b;	
	background-color: #ffffff;
}

* html input, textarea {
	height: 21px;
	he\ight: 15px;
}

/* Input fields styles active */
input:focus, textarea:focus {	
	background-color: #f8f8f8;	
	color: #000000;
	border: 1px solid #000000;		
}

/* Textarea style */
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0 0 3px;
	width:410px;
	height:80px;
	margin-bottom: 5px;		
}

/* Button style */
input.button {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	height: 23px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #ffffff;
	background-color: #31425b;
	text-align: center;
	padding: 0px 0 2px 0px;	
}

/* Button hover style */
input.button:hover {
	background-color: #ffffff;
	border: 1px solid #333333;
	color: #333333;
	cursor: pointer;
}



