/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:17px;
	padding:0;
	margin:0;
	color:#333;
}

img {
	border:0px solid;
}

body {
	background:#e1dddd url(img/bg.gif) repeat-x;
}

#nest {
	width:685px;
	margin:32px auto 0 auto;
	background:#e1dddd url(img/bgcontent.gif) no-repeat 0 35px;
	height:480px;
}

#menu {
	height:41px;
	padding-left:20px;
}

#content {
	margin:10px;
	padding:5px;
	height:410px;
	overflow:auto;
}

#footer {
	text-align:right;
	width:680px;
	padding-right:20px;
	margin:0 auto;
}

#footer {
	font-size:9px;
	color:#333;
}

h1 {
	border-bottom:1px solid #e1dddd;
	font-size:13px;
	margin:5px 0;
	color:#07134c;
}
h2 {
	font-size:12px;
	margin:2px 0;
	color:#07134c;
}
h3 {
	font-size:11px;
}

a, a:link, a:visited, a:active {
	color:#ee0d0d;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	font-size:9px;
	color:#717171;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* DIVERSES */

/* Formular */
fieldset.csc-mailform {
  border:0;
}

fieldset.csc-mailform label {
  width: 80px;
  float: left;
  text-align: right;
  margin-right: 10px;
  display: block
}

fieldset.csc-mailform input, 
fieldset.csc-mailform textarea  {
 margin-bottom: 10px;
 font-size:10px;
 font-family: Verdana, Helvetica, sans-serif;
 border:1px solid #ccc;
 padding:2px;
 width:250px;
}

#mailformformtype_mail {
 padding:2px;
 margin-left:40px;
 background:#eee;
 border:1px solid #ccc;
 width:80px;
 text-align:center;
}
