/*
	CSS Stylesheet für Reiat.ch
	
	Colors:
	reiat.ch white: 		#FFFFFF;
	reiat.ch green: 		#398C39;
	reiat.ch grey:			#838484;
	reiat.ch font grey:		#8C8C8C;
	reiat.ch font title:	#404040;
*/

body{
	background-color:#839983;
	text-align:center;
	color:#4b4b4b;
	font-family:Verdana,sans-serif;
}

p.error{
	color:red;
	font-weight:bold;
	font-size:11px;
}

p {
	margin:0px;
	padding:0px;
	border:0px;
}

div{
	margin:0px;
	padding:0px;
	border:0px;
}

h1, h2{
	margin:0px;
	padding:0px;
	border:0px;
}

table * tr * td{
	margin:0px;
	padding:0px;
	border:0px;
}

div#header{
 	position:relative;
	width:800px;
	height:110px;
	background-image:url(../images/header_background.jpg); background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:white;
	margin-top:20px;
	font-size:10px;
	color:#404040;
	clear:both;
}

#header a:link{
	color:black;
	text-decoration:underline;
}

#header a:visited{
	color:black;
	text-decoration:underline;
}

#header a:hover{
	color:black;
	text-decoration:underline;
}

p.headerleft{
	position:absolute;
	bottom:4px;
	left:25px;
}

p.headerright{
	position:absolute;
	bottom:4px;
	right:15px;
}


div#container{
	background-image:url(../images/container_back.gif); background-repeat:repeat-y;
	background-position:center;
	width:850px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

html>body #container{
	min-height:500px;
	height:auto;
}

div#left{
 	float:left;
	width:175px;
	background-color:transparent;
	margin-top:20px;
}

/*Firefox, IE7*/
html>body #left {
    width:200px;
}

#left h1{
 	width:180px;
	background-color:white;
	color:#404040;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #2a5a2a;
}

#left h1 img{
	margin-right:15px;
	margin-left:20px;
}

#left ul{
	list-style-type:none;
	line-height:1.4em;
	font-size:12px;
}

#left ul li{
	color:#404040;
	font-weight:bold;
	margin-left:25px;
	font-size:11px;
}

#left a:link{
	color:black;
	text-decoration:none;
}

#left a:visited{
	color:black;
	text-decoration:none;
}

#left h1 a:hover{
	color:black;
	text-decoration:underline;
}

#left li a:hover{
	color:black;
	text-decoration:underline;
}

#left a.aktiv{
	color:black;
	text-decoration:underline;
}

div#content{
	background-color:transparent;
	float:left;
}

#content h1{
	background-color:white;
	color:#404040;
	font-size:12px;
	font-weight:bold;	
	padding:5px;
	margin-top:20px;
	margin-left:40px;
	margin-bottom:25px;
	width:605px;
	border:1px solid #2a5a2a;
}

/*Firefox, IE7*/
html>body #content h1 {
        width:618px;
        margin-left:20px;
}

#content h1 img{
	margin-right:10px;
	margin-left:10px;
}

#content h2{
	font-size:13px;
	letter-spacing:4px;
	line-height:20px;
	font-weight:bold;
	margin-top:25px;
	margin-left:35px;
}

p.newsdatum{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:35px;
}

#content p{
	margin-left:35px;
	padding-right:100px;
	font-size:11px;
}

#pagecontent table{
	margin-left:35px;
	font-size:11px;
}

#pagecontent table.coord{
	margin:10px 0 10px 0;
}

#pagecontent a:link{
	color:black;
	text-decoration:underline;
}

#pagecontent a:visited{
	color:black;
	text-decoration:underline;
}

#pagecontent a:hover{
	color:black;
	text-decoration:underline;
}

#pagecontent input.button{
	background-color:white;
	color:#404040;
	font-size:12px;
	font-weight:bold;	
	border:1px solid black;
	padding:3px;
}

td.label{
	width:80px;
}

td.newsdate{
	width:140px;
	font-size:10px;
}

td.newscontent{
	padding-bottom:15px;
	border-bottom:dotted 1px #8C8C8C;
}

td.newstitle{
	font-weight:bold;
	padding-bottom:4px;
	width:400px;
	padding-top:6px;
}

td.newsarchivtitle{
	font-weight:bold;
	width:300px;
	padding-bottom:5px;
}

td.newsarchivlink{
	font-size:10px;
}

td.newsarchivdate{
	font-size:10px;
}

td.newsarchivnavigation{
	border-top:solid;
	border-top-width:1px;
}

td.spacertd{
	height:15px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#838484;
}

#pagecontent td img{
	margin-top:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#838484;
}

div#pagecontent{
	float:left;
	width:595px; /*595px;*/
	background-color:white;
	margin-left:20px;
	padding-right:20px;
	border:1px solid #2a5a2a;
}

/*Firefox, IE7*/
html>body #pagecontent {
        width:608px; /*605px;*/
}

div#footer{
	clear:both;
	font-size:11px;
	margin-left:35px;
	margin-bottom:5px;
	margin-top:20px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#8C8C8C;
	width:570px;
}

#footer a:link{
	color:black;
	text-decoration:underline;
}

#footer a:visited{
	color:black;
	text-decoration:underline;
}

#footer a:hover{
	color:black;
	text-decoration:underline;
}

div#footweb{
	font-size:10px;
	text-align:center;
	color:#667b66;
}

#footweb a:link, #footweb a:visited{
	text-decoration:none;
	color:#667b66;
}