/* CSS Document - SMNC.de  by SMNC - Andy Scherzinger*/
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position: right bottom;
}

#content {
	padding: 10px;
}

#header {
	background-repeat:repeat-x;
	background-position: 0px 0px;
	height: 140px;
}

#navi {
	background-color: #CBDBEC;
	height: 20px;
}

#navi ul {
	padding: 0px;
	margin: 0px;
	height: 20px;
}

#navi li {
	display: inline;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000000;
	color: #000000;
	height: 20px;
}

#navi a:active {
	color: #234161;
	text-decoration: none;
	font-weight:bold;
}

#navi a:link, a:visited {
	text-decoration: none;
	color: #234161;
}

#navi a:hover {
	color: #3C6FA6;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
} 

a:active {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}

a:link, a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #6294AC;
}

a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
} 

input {
	background-color: #ffffff;
	color: #6294AC;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #9FB9CA;
}

textarea {
	background-color: #ffffff;
	color: #6294AC;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #9FB9CA;
}

fieldset {
	color:#6294AC;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #9FB9CA;
}

select {
	background-color: #ffffff;
	color: #6294AC;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #9FB9CA;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.block {
	clear:both;
}

.leftImage {
	float: left;
	margin-right:20px;
	margin-bottom:10px;
}

.rightImage {
	float: right;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
}
