@charset "UTF-8";
/* CSS Document */
/* 
home color:#3d3d3f;
portrait  color:#e30024;
wirtschaft color:#008fc9;
tourismus color:#fecb20;
energie #57a636;


reseting some stuff 

*/

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#fff;
	}
ul,li,p,h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:12px;
	}
p,h1 {
	margin: 0 0 10px 0;
	}
h1 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	}

h2 {
    font-size:12px;
    font-weight:bold;
    margin: 10px 0 5px 0;
}

h3 {
    font-size:12px;
    font-weight:normal;
    font-style: italic;
    margin: 10px 0 5px 0;
    }


img {
	border:none;
	}
	
a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

#container {
	width:1024px;
	margin:0 auto 0 auto;
	position:relative;
	
	height:715px;
	}
#header {
	background:url(../../image/user/header_1.jpg) no-repeat;
	position:relative;
	height:163px;
	
	}

#logo {
	background:url(../../image/user/region_sense_logo.png) no-repeat;
	position:absolute;
	width:254px;
	height:25px;
	top:113px;
	}
#search {
	position:absolute;
	top:8px;
	left:10px;
	}
input {
	font-size:9px;
	width:150px;
	}
	
#navigation {
	position:relative;
	height:35px;
	background-color:#3d3d3f;
	}
#navigation ul {
	position:absolute;
	left:210px;
	}
#navigation ul li {
	float:left;
	list-style:none;
	line-height:35px;
	margin-right: 50px;
	}
#navigation ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	text-decoration:none;
	}

#navigation ul li.home  a:hover {
	color:#fff;
	}
#navigation ul li.red  a:hover {
	color:#e30024;
	}
#navigation ul li.blue a:hover {
	color:#008fc9;
	}
#navigation ul li.yellow a:hover{
	color:#fecb20;
	}
#navigation ul li.green a:hover{
	color:#57a636;
	}
#navigation ul li.purple a:hover{
    color:#af00c9;
    }

#contentcontainer {
	
	}
#content_left {
	width:205px;
	float:left;
	margin-top:35px;
	font-size:14px;
	}
#content_left a {
	font-size:14px;
	color:#000;
	line-height:20px;
	text-decoration:none;
}

#content_left ul ul li {
    margin-left: 20px;  
}

#content_left div.top {
	background:url(../../image/user/shadowbox_left_top.png)  no-repeat 30px 0px;
	height:10px;
}

#content_left div.middle {
	background:url(../../image/user/shadowbox_left_middle.png) repeat-y 30px 0px;
}

div.colorbar {
	background:url(../../image/user/colorbar_home.png) repeat-y 0px 0px;
	}

#content_left div.bottom {
	background:url(../../image/user/shadowbox_left_bottom.png) no-repeat 30px 0px;
	height:10px;
	}
	
#content_left li {
    line-height: 24px;	
}

#content_left ul ul li a {
    font-size: 12px;  
}


#content_main {
	width:510px;
	margin:35px 0 0 5px;
	float:left;
}

#content_main div.top {
	background:url(../../image/user/shadowbox_content_top.png)  no-repeat 0px 0px;
	height:10px;
}
#content_main div.middle {
	background:url(../../image/user/shadowbox_content.png) repeat-y 0px 0px;
	padding:0 20px 50px 0;
	line-height: 17px;	
	}
#content_main div.bottom {
	background:url(../../image/user/shadowbox_content_bottom.png) no-repeat 0px 0px;
	height:10px;
	}
#content_main ul{
	margin:5px 0 5px 25px;
	}
#content_main ul li{
list-style-image:url(../../image/user/listpoint.png);
}

#content_right {
	float:right;
	width:205px;
	margin:20px 0 0 0;
	font-size:10px;
	}
#content_right p {
	font-size:10px;
	}
#content_right_top {
	width:205px;
	}
#content_right_bottom {
	width:205px;
	height:300px;
	margin:25px 0 0 0;
	}
div.title {
	color:#FFF;
	background-color:#3d3d3f;
	min-height:20px;
	padding:0 0 0 5px;
	}
.title h3 {
	font-size:10px;
	font-weight:normal;
	font-style: normal;
	margin: 0 0 5px 0;
	}
div.top {
	background:url(../../image/user/shadowbox_right_top.png)  no-repeat 5px 0px;
	height:10px;
	}
#content_right div.top {
	margin:10px 0 0 0;
}
div.middle {
	background:url(../../image/user/shadowbox_right.png) repeat-y 5px 0px;
	padding:0 15px 10px 25px;
	}
div.bottom {
	background:url(../../image/user/shadowbox_right_bottom.png) no-repeat 5px 0px;
	height:10px;
	}


.image_left {
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    background-color: #3D3D3F;
    color: #FFF;
}

.image_leftclear {
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    background-color: #3D3D3F;
    clear: left;
    color: #FFF;
}

.image_right {
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    background-color: #3D3D3F;
    color: #FFF;
}

.image_rightclear {
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    background-color: #3D3D3F;
    clear: right;
    color: #FFF;
}

.image_comment {
    font-size: 10px;
    line-height: 15px;
    color: #FFF;
}


.image_center {
    text-align: center;
    vertical-align: middle;
}

.page_table {
    margin-top: 0px;
    width: 100%;
}

.page_table_td {
    padding: 0px;
}

.page_table_entry {
    margin-left: 0px;
    margin-right: 0px;

}

.page_table_text {
    text-align: center;
    width: 126px;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
}

.paragraph {
    clear: both;
    visibility: hidden;
}

.medialink .description {
    font-style: italic;
    font-size: 9px;
}

.medialink a { 
    background:url(../../image/icons/document.png) no-repeat;
    padding: 1px 0px 1px 18px;
    margin-left: 2px;
    line-height: 20px;

}


