﻿/* ============================================================= */
/* BODY,A,IMG,LIST */
/* ============================================================= */
body
{
    margin: 0;
	padding: 0;
	background-color: white;
}
a
{
	color: #173590;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.list
{
	padding: 10px;
	background-color: #EAEAED;
}
img,
iframe
{
	border: 1px solid #B1B1B1;
}
/* ============================================================= */
/* HEAD */
/* ============================================================= */
.head
{
	position: relative;
	margin: 0px auto;
	width: 1030px;
	height: 140px;
	background-image: url(images/motiv.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* ============================================================= */
/* FOOTER */
/* ============================================================= */
.footer
{
	position: relative;
	margin: 0px auto;
	width: 1030px;
	height: 30px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/* ============================================================= */
/* CONTENT */
/* ============================================================= */
.content
{
	position: relative;
	margin: 0px auto;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 1030px;
	/*background-color: green;*/
}
/* ------------------------------------------------------------- */
.content .logo
{
	position: relative;
	float: left;
	left: 60px;
	width: 160px;
	height: 237px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
/* ------------------------------------------------------------- */
.content .left
{
	position: relative;
	float: left;
	left: 118px;
	width: 150px;
	/*background-color: red;*/
}
/* ------------------------------------------------------------- */
.content .right
{
	position: relative;
	float: right;
	width: 600px;
	/*background-color: yellow;*/
}
/* ============================================================= */
/* DISCLAIMER */
/* ============================================================= */
.disclaimer
{
	float: right;
	width: 320px;
	height: 350px;
	overflow: auto;
	color: gray;
	padding: 10px;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	line-height: 20px;
	border: 1px solid #B1B1B1;
	background-color: #EBEBEB;
}
/* ============================================================= */
/* CONTENT / THEMA */
/* ============================================================= */
.content .thema
{
	margin: 0;
	margin-top: -3px;
 	padding: 0;
	width: 540px;
	color: gray;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	line-height: 20px;
	/*background-color: green;*/
}
.content .thema a
{
	margin: 0;
	padding: 0 0 0 16px;
	color: #173590;
	background-image: url(images/link.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.content .thema .headline, 
h2
{
	margin: 0 0 20px 0;
	color: #173590;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
}
h2
{
	margin: 0;
	display: inline;
}
/* ============================================================= */
/* CONTENT / THEMA / PROJECT */
/* ============================================================= */
.content .thema .project
{
	width: 580px;
}
.content .thema .project_item
{
	float: left;
	width: 290px;
	padding-bottom: 30px;
}
.content .thema .project_item a
{
	margin: 0;
	padding: 0;
	background-image: none;
}
/* ============================================================= */
/* CONTENT / MENU */
/* ============================================================= */
.content .menu
{
	margin: 0;
 	padding: 0;
	color: gray;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
}
/* IDs -------------------------------------------------------- */
#PROJEKTE_div_selected_0 
{
	margin-bottom: 5px;
}
/* LEVEL 0 ---------------------------------------------------- */
.content .menu
.normal_0
{
	margin-bottom: 23px;
}
.content .menu
.selected_0
{
	margin-bottom: 23px;
}
.content .menu
.a_normal_0
{
	font-weight: normal;
}
.content .menu
.a_selected_0
{
	color: #173590;
	font-weight: bold;
}
/* LEVEL 1 ---------------------------------------------------- */
.content .menu
.normal_1
{
	margin-left: 20px;
	margin-bottom: 10px;
}
.content .menu
.selected_1
{
	margin-left: 20px;
	margin-bottom: 10px;
}
.content .menu
.a_normal_1
{
	font-weight: normal;
}
.content .menu
.a_selected_1
{
	color: #173590;
	font-weight: bold;
}
/* LINK ------------------------------------------------------ */
.content .menu a
{
	padding: 0;
	margin: 0;
	color: gray;
	text-decoration: none;
	font-style: normal;
}
.content .menu a:hover
{
	text-decoration: underline;
}
/* ============================================================= */
/* FORM */
/* ============================================================= */
form
{
	display: inline;
	margin: 0;
	padding: 0;
}
form input,textarea,select
{
	border: 1px gray solid;
	padding: 4px;
	margin: 0;
	margin-bottom: 4px;
	width: 100%;
	color: #555555;
	font-size: 11px;
	font-family: Helvetica, Arial;
}
form input.submit
{
	border: 1px gray solid;
	margin-top: 4px;
	padding: 2px;
	width: auto;
	color: white;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 10px;
	font-family: Helvetica, Arial;
	background-color: #8CC63F;
}
/* ------------------------------------------------------------- */
.head_back
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;	
}
/* ============================================================= */
/* CONTENT / PIC_MENU */
/* ============================================================= */
.content .pic_menu
{
	position: absolute;
	top: 315px;
	margin: 0;
	padding: 0;
	color: gray;
	font-size: 9px;
	font-family: Arial;
	text-align: left;
}
.content .pic_menu a
{
	padding: 0;
	margin: 0;
	color: gray;
	text-decoration: none;
	font-style: normal;
}
.content .pic_menu a.selected
{
	font-weight: bold;
	color: #8CC63F;
}
.content .pic_menu a:hover
{
	text-decoration: underline;
}

/* MOTIV ------------------------------------------------------- */
.content .thema .motiv
{
	margin: 0 0 10px 0;
}
/* COLS -------------------------------------------------------- */
.content .thema .cols
{
	margin-top: 40px;
	/*background-color: green;*/
}
/* ------------------------------------------------------------- */
.content .thema .cols .left
{
	position: relative;
	width: 58%;
	color: gray;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	line-height: 18px;
	/*background-color: red;*/
}
/* ------------------------------------------------------------- */
.content .thema .cols .right
{
	position: relative;
	float: right;
	width: 200px;
	color: gray;
	font-size: 9px;
	font-family: Arial;
	font-style: italic;
	text-align: left;
	line-height: 18px;
	/*background-color: yellow;*/
}
/* HEADLINES --------------------------------------------------- */
.content .thema .cols .headline
{
	margin: 0 0 20px 0;
	color: #8CC63F;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	text-align: left;	
}
/* ============================================================= */
/* CONTENT / THEMA / NEWS */
/* ============================================================= */
.content .thema .news .headline
{
	margin: 0 0 10px 20px;
	color: #8CC63F;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	text-align: left;	
}
/* ------------------------------------------------------------- */
.content .thema .news .text
{
	margin: 0 10px 0 20px;
	color: gray;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	line-height: 18px;
}
/* ------------------------------------------------------------- */
.content .thema .news .text a
{
	margin: 0 0 0 10px;
	color: #8CC63F;
	font-weight: bold;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
.content .thema .news .text a:hover
{
	text-decoration: underline;
}
/* ============================================================= */

