/*	
	autor : cubegrafik.com
	datum : juli 2007
	verwendung : eg-moser.ch
*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* allg. einstellungen */

body {
	height: 100%;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 20px;
	border: 0px solid #000000;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	color : #000;
	background-image: url(/images/gfx_bg.gif);
}

img {
	behavior: url("pngbehavior.htc");
}

h1 {
	margin: 0px 0px 10px 0px;
	font-family : verdana, arial, sans-serif;
	font-size : 15px;
	color : #9b7412;
	font-weight: normal;
}

li {
	margin: 0px 0px 10px 0px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* layout elemente */

.forminput
{
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	color: #757A74;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#container {	
	width: 908px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/gfx_bg_content.png);
	background-repeat: repeat;
	border: 0px solid #000000;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* text */

.text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family : verdana, arial, sans-serif;
	line-height: 16px;
	font-size : 12px;
	color: #848484;
}

.text a {
	color: #9b7412;
	text-decoration: none;
	font-weight: underline;
}

.text a:hover {
	color: #9b7412;
	text-decoration: none;
}

.adress_text {
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	color: #242d63;
}

.adress_text a {
	color: #242d63;
	text-decoration: none;
	font-weight: normal;
}

.adress_text a:hover {
	color: #242d63;
	text-decoration: underline;
}

.copy_text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	color: #9ec3cc;
}

.copy_text a {
	color: #9ec3cc;
	text-decoration: none;
	font-weight: normal;
}

.copy_text a:hover {
	color: #9ec3cc;
	text-decoration: underline;
}

.smalltext {
	padding: 0px 6px 0px 0px;
	margin: 0px 6px 0px 0px;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	color: #000000;
}

.smalltext a {
	color: #9b7412;
	text-decoration: underline;
	font-weight: normal;
}

.smalltext a:hover {
	color: #9b7412;
	text-decoration: none;
}

.text-content {
	padding: 10px 10px 0px 10px;
	margin: 10px 10px 0px 10px;
	font-family : verdana, arial, sans-serif;
	line-height: 16px;
	font-size : 12px;
	color: #848484;
}

.text-content a {
	color: #9b7412;
	text-decoration: underline;
	font-weight: normal;
}

.text-content a:hover {
	color: #9b7412;
	text-decoration: none;
}

.conLineHorizontal{
	border-top: solid 1px #9EC3CC;
}