/* *********************** Grundinformationen *********************** */

/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: verdana, arial, "sans serif";
	font-size: 11px;
	padding-top: 6px;
	background-color: #ECC695;
}

.p_default{
	height: 20px;
}

/* Formulare */
form {
	display: inline;
}

input {
	border: 1px solid #6D808F;
	background-color: #EDEFF0;
	font-size: 10px;
}

select {
	border: 1px solid #6D808F;
	background-color: #EDEFF0;
	font-size: 10px;
}

/* *********************** Ende Grundinformationen *********************** */


/* *********************** Link Definitionen *********************** */

a {
	text-decoration: none;
	color: #9A0031;
}

/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */

#IEzentrieren{
	text-align: center;
}

#wrapper {
	width: 980px;
	position: relative;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#branding {
	position: relative;
	width: 980px;
	height: 200px;
	border: 0px solid #0D141C;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	position:relative;
}

/* Hauptnavigation */
#mainNav {
	width: 170px;
	height: 470px;
	float: left;
	border: 0px solid #0D141C;
	padding-left: 10px;
	margin-top: 20px;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width: 740px;
	float: right;
	position: relative;
}

#mainContent {
	width: 540px;
	min-height: 1040px;
	float: left;
	border-left: 10px solid #FFFFFF;
	text-align: left;
}

* html #mainContent {
	width: 548px;
}

#secondaryContent {
	width: 170px;
	float: right;
	background-color: #FFFFFF;
	padding-right: 12px;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	width: 980px;
	position: relative;
	clear: both;
	text-align: center;
	background-color: #9A0031;
	padding:10px 0px 10px 0px;
}

#footer a{
	color: #ffffff;
}



/******************* CMS *******************/

#CMSwrapper {
	width: 890px;
	position: relative;
	left: 50%;
	margin-left: -430px;
	background-color: #FFFFFF;
	background-image: url(http://www.simonatal.de/images/template/cms_bg.gif);
	background-repeat: repeat-y;
	background-repeat: repeat-y; */
}

#CMScontent {
	width: 720px;
	float: right;
}

#CMSmainContent {
	width: 710px;
	min-height: 10px;
	float: left;
	border-left: 10px solid #ffffff;
}



/******************* Länder *******************/

#laender p {
	margin: 10px 0px 20px 0px;
	font-weight: bold;
}

#laender a{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
#laender a:hover{
	color: #9A0031;
}
.startseite-land {
	display: inline;
}
.startseite-land img{
	margin-left: 15px;
	margin-right: 5px;
	
}


#schweiz{
	position:absolute;
	bottom:40px;
	left:40px;
	height:30px;
	width:480px;
	padding:5px 0px 2px 0px;
	background-image: url(http://www.simonatal.de/images/schweiz.gif);
	background-repeat: no-repeat;
}

#schweiz a{
	font-size:11px!Important;
	font-weight:bold;
	color:#000000;
}

#norwegen{
	position:absolute;
	bottom:0px;
	left:40px;
	height:30px;
	width:480px;
	padding:5px 0px 2px 0px;
	background-image: url(http://www.simonatal.de/images/norwegen.gif);
	background-repeat: no-repeat;
}

#norwegen a{
	font-size:11px!Important;
	font-weight:bold;
	color:#000000;
}
