@charset "utf-8";
/* fourcom.ch CSS-file */

*{	
	padding: 0;
	margin: 0;
	border: 0;
}

html{ 
	height: 100%;
	width: 100%;
}

body{
	font-family: verdana;
	font-size: 11px;
	height: 100%;
	width: 100%;
}

h1{
	margin-bottom: 6px;
}

p.pathway{
	margin-bottom: 16px;
	color: #666666;
	text-transform: lowercase;
}

#main_content{
	line-height: 16px;
}
#main_content img, p#main_content iframe{
	padding: 3px;
	border: 1px solid #CCCCCC;
}

#main_content a:link, #main_content a:active, #main_content a:visited{
	color: #996600;
	text-decoration: none;
}

#main_content a:hover{
	background: #F9F2DE;
}

#main_content li{
	margin-bottom: 2px;
	margin-left: 30px;
}

p.pathway a:link, p.pathway a:active, p.pathway a:visited{
	color: #666666;
	text-decoration: none;
}

p.pathway a:hover{
	color: #DAA520;
}

#GOLDENFIELD a:link, #GOLDENFIELD a:active, #GOLDENFIELD a:visited{
	color: #333333;
	text-decoration: none;
}

#GOLDENFIELD a:hover{
	color: #DAA520;
	background: #333333;
}

/* CONTAINERS */
#FOURCOM{
	width: 100%;
	position: relative;
	min-height: 100%;
}

* html #FOURCOM{
	height: 100%;
}

#TOP{
	width: 100%;
	height: 140px;
	background: url(../img/top_back.jpg) repeat-x;
	overflow: hidden;
}

#TOP img{
	margin-top: 96px;
	margin-right: 10px;
	overflow: hidden;
}

#MENU{
	position: fixed;
	width: 160px;
	float: left;
}

#MENUTOP{
	width: 160px;
	height: 65px;
	margin-top: 5px;
	background: url(../img/border_top.jpg) 150px 0px no-repeat;
}

#MENUMAIN{
	width: 160px;
	background: url(../img/border.jpg) 150px 0px repeat-y;
}

#MENUBOTTOM{
	position: fixed;
	width: 160px;
	height: 300px;
	background: url(../img/border_bottom.jpg) 150px 0px no-repeat;
}

#CONTENT{
	width: 540px;
	padding-left: 220px;
	padding-top: 60px;
	padding-bottom: 40px;
}

#FOOTER{
	position: relative;
	width: 100%;
	height: 35px;
	margin-top: -35px;
}

p.footer1{
	height: 17px;
	padding-top: 13px;
	padding-left: 220px;
}

#GOLDENFIELD{
	position: relative;
	width: 182px;
	height: 25px;
	padding-top: 5px;
	left: 100%;
	margin-left: -210px;
	margin-top: -30px;
	padding-left: 18px;
	padding-top: 10px;
	background: url(../img/yellow_back.gif);
	border-left: 10px solid #E3E3E3;
}

/* LINK-CLASSES */
.toplink:link, .toplink:active, .toplink:visited {
	width: 142px;
	padding-right: 18px;
	height: 25px;
	padding-top: 115px;
	display: block;
	float: left;
	margin-right: -8px;
	background: url(../img/separator.gif) no-repeat;
	background-position: 151px 17px;
	color: #333333;
	/* font-weight: bold; */
	text-decoration: none;
	text-align: right;
}

.toplink:hover {
	background: url(../img/square-hover.jpg) no-repeat;
	background-position: 0px 0px;
}

.menulink{
	width: 140px;
	height: 16px;
	padding-top: 4px;
	padding-left: 10px;
	display: block;
	border-bottom: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	margin-top:-1px;
	text-decoration:none;
	font-size:10px;
	color: #333333;
}

.menulink:hover{
	background-color: #333333;
	color: #DAA520;
}

#sublink{
	width: 120px !important;
	padding-left: 30px !important;
	border-bottom: none;
	background: url(../img/point.gif) 12px 6px no-repeat;
}

#sublink:hover{

}

/* SITEMAP */
a.sitemapmain{
	color: #996600;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 160px;
	border-top: #E0E0E0 1px solid;
	border-bottom: #E0E0E0 1px solid;
	margin-bottom:-1px;
	margin-left: 4px;
}

a.sitemapmain:hover{
	background: #F9F2DE;
}

a.sitemapsubitem{
	color: #666666;
	text-decoration: none;
	display: block;
	height: 16px;
	width: 150px;
	margin-left: 14px;
	border-top: #E0E0E0 1px solid;
	border-top: #E0E0E0 1px solid;
}

a.sitemapsubitem:hover{
	background: #F9F2DE;
}

ul.sitemaptop li{
	list-style: none;
	padding-left: 0px;
}

#SMSPALTE1{
	width: 230px;
	float: left;
}

#SMSPALTE2{
	position: relative;
	margin-left: 30px;
	width: 230px;
	float: left;
}

/* Kontaktformular */
select{
	font-size:10px;
	width:252px;
	border:#CCCCCC 1px solid;
}

option, input{
	border:#CCCCCC 1px solid;
	height:18px;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Arial;
	padding:0px;
	padding-left:1px;
	color:#996600;
	background:#ffffff;

}

textarea{
	border:#CCCCCC 1px solid;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#996600;
}