@charset "utf-8";
/* golbal-reset */
*{
	margin:0px;
	padding:0px;}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address, .contentheading, .componentheading, .contentpagetitle {
	margin:0.5em 0;
	font-weight:normal;
}
li,dd {
	margin-left:1em;}
fieldset {
	padding:.5em;}



/* tag-selectors */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:1.3;
	color:#333333;
	overflow:auto;
	overflow:-moz-scrollbars-vertical;
	background-color:#004d6c;
	background-image:url(../pics/bckgnd.png);
/*	background-repeat:repeat-x;*/
}
ul, ol{
	/*list-style-image: url(/images/bilder/arrow-link.gif);*/
	list-style-type: none;
	/*list-style-position: outside;*/
}
li{
	padding: 3px 0 0px 20px;
	margin-left:5px;
	background-image:url(/images/bilder/arrow-link.gif);
	background-repeat:no-repeat; 
	background-position: 0px 6px;
}

a{
	text-decoration:underline;
	color:#535353;
}
#footer a, #footer a:active, #footer a:hover{
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
	color:#535353;
}
a:active{
	text-decoration:none;
	color:#535353;
}
.contentpaneopen{
	width:100%;
}
h1, .componentheading, .contentpaneopen .contentheading{
	font-size:1.4em;
	font-weight:bold;
	color:#f29400;
	border-bottom:2px solid #f29400;
	margin-bottom:15px;
	width:100%;
	display:block;
	padding:0px;

}
h2,.article_column .contentheading, .contentpagetitle, a.contentpagetitle{
	font-weight:normal;
	text-decoration:none;
	border:none;
	color: #69021f;
}
a.contentpagetitle:hover{ text-decoration:underline;border:none;width:100%;}

.blog .contentpaneopen{
	background-color:#E9E9E9;
	margin:0px 10px 0px 10px;
	padding:0px 10px 0px 10px;
}

/* class-selectors */
.inside{
	padding:0px 20px 20px 20px;
	margin:0px;
}
.readon{
	font-weight:bold;
}
.moduletable h3 {
	font-size:0.9em;
	font-weight:bold;
	/*background-color:#7D0B1F;*/
 	background-color:#f29400;
	color:#FFF;
	padding:4px;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
	font-weight:700;
}

/*general input layout*/
input, textarea{
	border:1px #333333 solid;
	vertical-align:top;
	font-size:1.0em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	float:left;
}
input[type="submit"], .button{
	background-color:#666666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor: pointer;
	color:#fff;
}



/* id-selectors, layout */
#container{
	width:852px;
	margin:auto;
	margin-top:30px;	
	margin-bottom:30px;
}
#header{
	position:relative;
	clear:both;
	width:100%;
	height:200px;
	background-image: url(../pics/header.jpg);
	background-color:#ffffff;
}
#breadcrumb{
	position:absolute;
	margin:5px 20px 0 20px;
	width:800px;
	font-size:0.8em;
}
#breadcrumb img{
	margin:0px;
	border:0px;
	padding:0px;
}

#top{
	position:absolute;
	margin:5px 20px 0 600px;
	width:800px;
	font-size:0.8em;
}

#border-top{
	width:100%;
	height:19px;
	background-image: url(../pics/border-top.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#main-border{
	float:left;
	width:852px;
	background-image: url(../pics/border-content.png);
	background-repeat:repeat-y;
}
#top_menu{
	width:800px;
	height:28px;
	border-top: 3px solid #535353;
	border-bottom: 3px solid #535353;
	margin-bottom: 40px;
}
#main{
	margin-left:27px;
	width:800px;
	float:left;
	background-color:#ffffff;
}
#content-left{
	float:left;
	width:575px;
}
#content-full{
	float:left;
	width:780px;
}
#right-column{
	float:right;
	width:180px;
	margin-top:5px;
	margin-bottom:30px;
	overflow:hidden;
}
#right-column .moduletable{
	margin-bottom:30px;}
#right-column .moduletable .search{
	padding-bottom:20px;}
	
#right-column .moduletable input{
	border:1px #333333 solid;
	vertical-align:top;
	font-size:1.0em;
	height:20px;
	width:130px;
	float:left;
}
#right-column .moduletable input[type="submit"]{
	margin:0px 8px 0px 5px;
	padding: 0 0 4px 0;
	height:22px;
	width:30px;
	float:right;
}
#border-bottom{
	clear:both;
	width:100%;
	height:32px;
	background-image: url(../pics/border-bottom.png);
	background-repeat:no-repeat;
}
#footer {
	clear:both;
	width:100%;
	font-size:0.8em;
	text-align:center;	
	color:#FFFFFF;
}

/*Remove Highslide "powered by" text */
.highslide-credits{
	margin-left:-10000px;
}
a.highslide img, img{
	margin:0px 10px 10px 10px;
	padding:3px;
	border: 1px solid #666666;
	
	background-color:none;
}
img.highslide-image{
	margin:0px;
	padding:0px;
	border:none;
}
