@import url(typo3.css);

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	font-size:0.8em;
	color: #333333;
	color: red;
}

/*
L A Y O U T
*/

/* Main-Cols -> main, rightAd */

div#main {
}

div#rightAd {
	display: none;
}


/* Begin Header */

div#header {
  	display: none;
}

div#searchbar {
  	display: none;
}

div#langselect {
  	display: none;
}
div#moreLangs {
	display: none;
}

/* End Header */

/* Begin Reiter */
div#headertrenner {
  	display: none;
}

div#reitertop {
  	display: none;
}

div#reitercontent {
  	display: none;
}
/* End Reiter */


/* Begin Navi */

div#navi {
  	display: none;
}
div#currentnavi {
	display: none;
}

/* End Navi */


/* Begin Content */

div#content {
	margin: 0px;
  	padding: 0px;
}

div#login {
	display: none;
}


div#maincol {
	margin: 0px;
  	padding: 0px;
}
div#contentmain {
	margin: 0px;
  	padding: 0px;
}

div#rightcol {
  	display: none;
	
}

div#newsletter {
	display: none;
}

div#footer {
	display: none;
}
/* End Content */



.hide {
	display: none;
}

div#tld {
	display: none;
}

form {
	margin: 0px;
	padding: 0px;
}

div#footer .author {
	display: none;
}

/*
F O R M A T 
*/

a {
	color: #2c5b8d;
	text-decoration: none;
}
a:active {
	color: #2c5b8d;
	text-decoration: none;
}
a:hover {
	color: #2c5b8d;
	text-decoration: none;
}
a:link {
	color: #2c5b8d;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 18px;
	letter-spacing: 0.1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 18px;
}
h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 17px;
}
#rightcol h1, #rightcol h2, #rightcol h3, #rightcol h4, #rightcol h5, #rightcol h6 {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 120%;
	color: #004080;
}

img {
	border: 0px;
}

p, div, td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin-top: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-top: 0px;
}



div#login td {
	font-size: 11px;
	line-height: 150%;
}
div#login input {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border: 1px solid #628AB1;
}
div#newsletter input {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border: 1px solid #628AB1;
}
div#newsletter label {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #004080;
}


#moreLangs a, #moreLangs a:active, #moreLangs a:hover, #moreLangs a:link {
	color: #fff;
}
#currentnavi a, #currentnavi a:active, #currentnavi a:hover, #currentnavi a:link {
	color: #bbb;
}
#footer a, #footer a:active, #footer a:hover, #footer a:link {
	color: #bbb;
}

/* Formulare */

input, textarea {
	border: 1px solid #2c5b8d;
}