/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px;
	padding: 0;
	background: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-size:81%;
    line-height:1.4em;
}

h1, h2, h3,
h1.csc-firstHeader,
.csc-header {
	margin-top: 0;
	padding-top: 0;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #6C858D;
	line-height: 1.4em;
}


.csc-header h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}

h1.csc-firstHeader {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h5 {
	font-size: 0.8em;
	font-style: bold;
}

h4 {
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

p, ul {
	font-size: 1em;
}

a:link {
	color: #356AA0;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	background: #ffffff url(../images/img1.gif) no-repeat;
}

#hleft {
	float: left;
	width: 558px;
	height: 121px;
	margin: 0;
	background: #ffffff url(../images/img1.gif) no-repeat;
	float: left;
	text-align: center;
}

#header h1 a {
	text-decoration: none;
	color: #73880A;
}

#header h2 {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #990033 url(../images/logo_na2.png) no-repeat;
	background-position: center center;
	border: 2px solid #660033;
	text-align: center;
	letter-spacing: normal;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#hright {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #3E5C58 url(../images/logo_na2.png) no-repeat;
	background-position: center center;
	border: 2px solid #3E5C58;
	text-align: center;
	letter-spacing: normal;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* ---------------------Menu 

#menu {
	padding: 5px;
	background: #FF7400 url(../images/img2.gif) repeat-x left center;
	border: 2px solid #FF7400;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	font-weight: bold;
	color: #FFFFFF;
}

---------------------------*/

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img4.gif);
}
#content a {
  color: #356AA0;
}
#colOne {
	float: left;
	width: 559px;
}

#colTwo {
	float: right;
	width: 155px;
	padding: 20px;
	background: #E4F5C2 url(../images/img3.gif) repeat;
	border: 2px solid #CDEB8B;
}

#colTwo h4,
#colTwo .csc-header h1 {
	color: #73880A;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

#colTwo h1.csc-firstHeader {
	font-size: 18px;
	color: #6C858D;

}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
}

#rootline {
  border-bottom: solid 1px;
  border-color: #CCCCCC;
  padding-bottom: 3px;
}

.csc-sword {
background-color:#6b88aa;
}


/*------mailformular formatieren------*/
.csc-mailform {
border:none;
width: 90%;
}

.csc-mailform-field {
background:#ffffff;
margin: 2px;
padding: 5px;
}

.csc-mailform-field label {
float: left;
padding: 1px;
color: #333;
width: 80px;
}


.mf-input {
clear: none;
width: 200px;
padding: 1px;
color: #999999;
}

.mf-pass {
width: 200px;
padding: 1px;
color: #999999;
}

.mf-text {
clear: none;
width: 200px;
padding: 1px;
color: #999999;
}

.mf-check {
padding: 1px;
}

.mf-radio {
padding: 1px;
}

.mf-select {
width: 200px;
padding: 1px;
}

.mf-file {
width: 200px;
padding: 1px;
color: #999999;
}

#mailformRadiotest {
border: none;
}

#mailformRadiotest legend {
display: none;
}

.mf-reset {

}

.mf-submit {
margin-left: 82px;
background:#e3effc;
}

.titulo {
 font: bold;
 color: blue;
}

.division, h5{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	margin-top: 16px;
	border: medium;
	border-style: solid none;
	border-color: #CCCCCC;
	padding: 10px;
	letter-spacing: 3px;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */ 
TABLE.contenttable {  color: #333333; border:none; margin:5px 0px 10px 0px; width:95%; font-size:1em; }
TABLE.contenttable TR TD { padding:0px 5px 0px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size:1em; }
TABLE.contenttable TR { margin:none; background-color:#ffffff; }

