/* =============== */
/* = Allgemeines = */
/* =============== */
html, body{
	background-color: #ffffff;
	font-family: sans-serif, helvetica, arial;
	font-size: 13px;
	color: #000;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #000;
}

hr{
	border: 1px solid #000;
}

.c { clear:both; }
/* ========= */
/* = Boxen = */
/* ========= */
#maindiv{
	width: 980px;
	min-height: 100%;
	height: auto;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}
* html #maindiv { height: 100%; }

#header{
	height: 156px;
	position: relative;
	background-color: #bcd2d9;
	display: none;
}

#trans_log{
	width: 165px;
	height: 156px;
	position: absolute;
	left: 815px;
	background-image: url('/pic_alg/logo_trans.png');
	background-repeat: no-repeat;
	display: none;
}

/* ================== */
/* = Logo im Header = */
/* ================== */

#logo,
#logo a,
#logo a span {
	display: none;
	float: left;
}
#logo,
#logo a {
	font-size: 28px;
	font-weight: normal;
	font-family: "Gill Sans", sans-serif;
	width: 575px;
	height: 140px;
}

.content_header{
	width: 750px;
	height: 148px;
}

* html .content_header{
	margin-top: -15px;
}

* html #logo a{font-size: 26px;}
#logo {
	display: none;
	background-image: url('/pic_alg/logo.jpg');
	background-repeat: no-repeat;
	background-position: 30px 36px;
	padding: 0;
	margin: 0;
}
#logo a span {
	margin: 0 0 0 30px;
	padding: 30px 0 0 120px;	
}

* html #logo a span{margin: 0 0 0 15px;}

#logo a:hover{text-decoration: none;}

/* ====================== */
/* = Service navigation = */
/* ====================== */

ul#service{
	list-style: none;
	float: right;
	position: absolute;
	top: 125px;
	right: 0;
}

* html ul#service{
	position: absolute;
	top: 135px;
	right: 0;
}

ul#service li{
	padding: 0 6px 0 0;
	display: block;
	float: left;
}
ul#service li a{
	text-decoration: none;
	width: 430px;
	font-size: 11px;
	line-height: 16px;
}

/* ============== */
/* = navigation = */
/* ============== */

div#navigation{
	display:none;
}

/* =========== */
/* = Content = */
/* =========== */

div#content{
/*	width: 750px;*/
	float: left;
}

div#content div#wayfinder{
	display: none;
}

div.cont-full{
/*	width: 710px;*/
}

div.cont-full p{line-height: 19px;}

div.cont-full h1{
	font-size: 20px;
	font-weight: normal;
}

div.cont-half{
/*	width: 342px;*/
/*	float: left;*/
}

div.cont-half h2,
div.cont-full h2{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

div.cont-half p{
	line-height: 19px;
}

/* ========== */
/* = Module = */
/* ========== */

div.imagebox{
	float: left;
/*	width: 342px;*/
}

div.imagebox-full{
/*	width: 710px;*/
}

div.imagebox p,
div.imagebox-full p{
	font-size: 12px;
}

div.downloadbox{
	display: none;
}

div.archivmodul{
/*	width: 342px;*/
}

div.archiv{
	border-bottom: 1px solid #000000;
	width: 342px;
}
div.achiv h3{
	font-size: 120%;
	color: #000;
}

/* ========== */
/* = footer = */
/* ========== */

div#footer{
	display: none;
}

/* ========== */
/* = vCard  = */
/* ========== */

div#drittelbox{
/*	width: 201px;*/
	float: left;
}

.vcardcontent{
	margin: 5px;
	border-bottom: 1px solid #4b8291;
}

.vcardcontent a{
	color: #4b8291;
}