/* ****************************************** */
/* 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;}

/* ****************************************** */
/* 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;
	background: #ffffff url(../images/background_content.gif) 730px 0 repeat-y;	
}

	div#contentcontainer2 {
		background-image: none;
	}

	
	div#seperatorlineleft {
		position: relative;
		float: left;
		height: 4px;
		width: 725px;
		margin-top: 4px;
		background-color: #31425b;
		font-size: 1px;
		line-height: 1px;
	}
			
	div#seperatorlineright {
		position: relative;
		float: left;
		height: 4px;
		width: 17px;
		margin-top: 4px;
		margin-left: 168px;
		display: inline;
		background-color: #31425b;
		font-size: 1px;
		line-height: 1px;		
	}
	
	div#seperatorlinefull {
		position: relative;
		float: left;
		height: 4px;
		width: 910px;
		margin-top: 4px;
		background-color: #31425b;
		font-size: 1px;
		line-height: 1px;	
	}	
	
	
/* ****************************************** */
/* Weblinks Header                            */
/* ****************************************** */
	
div#weblinksheader {
	position: relative;
	width: 156px;
	height: 37px;
	background-color: #ffffff;
	margin-top: -38px;
	margin-left: 730px;
	border: 1px solid #31425b;
	border-bottom: 0;
	z-index: 100;
}

	div#weblinkshead {
		position: relative;
		width: 154px;
		margin-left: 1px;
		margin-top: 1px;
		height: 22px;
		background-color: #31425b;
	}
	
		div#weblinkshead p {
			color: #ffffff;
			text-align: center;
			padding-top: 4px;
		}
	

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

div#navigation {
	position: relative;
	float: left;
	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: 40px;
	padding-bottom: 20px;
	width: 460px;
}

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

div#content p.seo {
	margin-top: 80px;
}

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: 150px;
	margin-top: -9px;
	margin-left: 48px;
}
	
	div#weblinks img {
		border: 1px solid #31425b;
		margin-bottom: 8px;
		display: block;
	}	
		
	div#weblinks p {
		font-size: 10px;
		text-align: center;
		margin-bottom: 11px;
		margin-left: -7px;
	}


/* ****************************************** */
/* 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;
}

/* ****************************************** */
/* Corner Ad                                  */
/* ****************************************** */

div#cornerad_small {
	position: absolute; 
	top: 40px; 
	left: 820px; 
	width: 100px; 
	height: 100px; 
	z-index: 999999;
}

div#cornerad_small img {
	border: 0;
}

div#cornerad_big {
	position: absolute; 
	top: -1500px; 
	left: 220px; 
	width: 600px; 
	height: 450px; 
	z-index: 999998;
}




