/*#############################################################
Name: EuroMint GmbH
Date: 2007-10-01
Description: Beschreibung der Seite
Author: Jerome Traud - itcreate. kommunikationsmedien
URL: http://www.euromint.com
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #0756a5;}
a:hover {color: #0756a5; text-decoration:none;}

body {
	background: #d3e9f7 url(../img/img_container_bg.gif) repeat-x;
	color: #333;
	font: normal 62.5% Arial, Helvetica, Arial, Helvetica, sans-serif;
}

p {
	padding-bottom: 1.2em;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color:#000;
}

code,ul {padding-bottom: 1.2em;}

li {list-style: none; line-height: 1.6em;}

img {border:none;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	
	
}

h1 {padding-top: 6px;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	text-align:center;
	color: #0756a5;
}

h2 {padding-top: 10px;
	padding-bottom: 20px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-align:center;
}

h3 {padding-top: 10px;
	padding-bottom: 20px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-align:left;
}

h4 {padding-top: 6px;
	font: bold 1.8em Arial, Helvetica, sans-serif;
	text-align:center;
	color: #0756a5;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #d3e9f7 url(../img/img_container_bg.gif) repeat-x;
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	width: 980px;
}

/* Logo */
.logo	{
	width:285px; 
	height:65px; 
	background: #0092d5 url(../img/img_logo_bg.gif) left top no-repeat;
	float:left;
}	
.lg	{
	margin: 15px 0px 0px 25px;

}	

/* navigation */
.navigation {	
	background: #0092d5;
	height: 65px;

}
.navigation a {
	background: #0092d5;
	color: #fff;
	display: block;
	float: left;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	line-height: 65px;
/*	padding: 0 45px;*/
	padding: 0 30px;
	text-decoration: none;
}
.navigation a:hover {color: #0756a5;}

/* main */
.main {
	background: url(../img/img_main_bg.gif) left top no-repeat;

}

/* sub navigation */
.sidenav {
	float: left;
	margin-top: 165px;
}
.sidenav ul {
	padding: 0;
}
.sidenav li {border-bottom: 1px none #acd5f1;}

.sidenav li a {
	font-size: 1.1em;
	color: #0756a5;
	display: block;
	padding: 9px 0 9px 50px;
	text-decoration: none;
	width: 200px;
}
.sidenav li a:hover {
	color: #0756a5;
	font-weight:bold;	
}

.sidenav li.subnav a {
	color: #0756a5;
	display: block;
	padding: 6px 0 6px 70px;
	text-decoration: none;
	width: 140px;
}

/* content */
.content {
	float: left;
	margin: 55px 0 10px 0;
	width: 700px;
}
.content .descr {
	color: #d3e9f7;
	font: normal 1.0em Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom: 45px;
}

.content .descr_start {
	color: #0756a5;
	font: normal 1.3em Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom: 45px;
}

.content li {
	list-style: url(../img/img_li.gif);
	margin-left: 20px;
}

/* content 3 spalten */

.crevice_left {
	width:220px; 
	float:left; 
	height:300px; 
	background-color:#999;
	margin-bottom:20px;
}
.crevice_middle	{
	width:220px;
	float:left;
	height:300px;
	background-color:#666;
	margin-left:20px; 
	margin-bottom:20px;
}
.crevice_right	{
	width:220px;
	float:left; 
	height:300px; 
	margin-left:20px; 
	margin-bottom:20px;
}

/* content 2 spalten */

.crevice_left_long {
	width:460px; 
	float:left; 
	margin-bottom:20px;
}

/* content 3 spalten */

.crevice_produkte_long {
	width:690px; 
	float:left; 
	margin-bottom:20px;
}

/* produkte */
.products	{
	width:220px; 
	height:320px;
	float:left; 
	margin-right:10px;
	margin-bottom:10px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #acd5f1;
}

/* team 3 spalten */

.team_left {
	width:220px; 
	float:left; 
	height:150px; 
	background-color:#999;
	margin-bottom:20px;
}
.team_middle	{
	width:220px;
	float:left;
	height:150px;
	background-color:#666;
	margin-left:20px; 
	margin-bottom:20px;
}
.team_right	{
	width:220px;
	float:left; 
	height:150px; 
	margin-left:20px; 
	margin-bottom:20px;
	background-color:#333;
}


.small	{
	font: normal 0.8em Arial, Helvetica, sans-serif;
}

/* footer */
.footer {
	background: #d3e9f7;
	color: #0756a5;
	height: 30px;
	padding-bottom:20px;
	margin-top:25px;
}

.footer_left {
	float:left;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
	padding: 10px 0px 0px 245px;
}
.footer_right {
	float:right;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
	padding: 10px 15px 0px 0px;
}

.footer a {
	color: #0756a5;
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 6px;
	text-decoration: none;
}
.footer a:hover {color: #0092d5;}

/* Formulare */
fieldset {
	border: 1px none #e5e5e5;
	padding: 0px 0px 12px 0px; 
	width: auto; 
	margin-top: 1.0em;
}
legend   {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	color: #0092d5; 
	font-weight: bold;
	margin-bottom:4px; 
}
.form    {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	border: 1px solid #acd5f1; 
	background-color: #f3f5f9;
	padding:1px; 
	padding-left:3px; 
	color:#333;
}
.submit  {
	margin:3px;
}
.button  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	width:10em;
}
.buttons  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #9f3538;
}
.duty { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #0092d5;
}
.noduty { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
}
.error	{font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; color: #9f3538;}
