/*
=======================================================================================================================================================================
==== TAG ==============================================================================================================================================================
=======================================================================================================================================================================
*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img, { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	/*
		font-size: 1em;
	*/
	background-color: #fff;
}

body
{
	/*padding: 20px;*/
	background-image: url("/images/bgpattern.gif");
	background-color: #ffffff;
	background-repeat: repeat;
}



img
{
	border:0px;
	margin:0px; 
	padding:0px;
}

ul
{
	list-style-type: none;
}
#content ul
{
	list-style-type: disc;
}


/*
======================================================================================================================================================================
==== ID ==============================================================================================================================================================
======================================================================================================================================================================
*/


#all
{
	position:absolute;
	width:900px;
	/*height;*/
	margin-left:-450px;
	left:50%;
	margin-top:0px;
	padding:0px;
	/*background: #000000;*/
}

#core
{
	padding-top: 35px;
}
#logo
{
	left: -30px;  
	position:absolute;
	z-index: 10;
	top:-14px;
}
#menubar
{
	position:relative;
	width: 900px;
	height: 30px;
	background-image: url("/images/menu.png");
	margin-bottom: 6px;
}

#menu
{
	top: 6px;
	left: 150px;
	width: 740px;
	height: 15px;
	position: relative;
}
#menu ul
{
	width:680px;
	float:left;
}

#menu ul li
{
	display: inline;
	color: #ffffff;
	margin-right:15px;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited, #menu ul li a:hover
{
	/* farben in klassen schreiben */
	color:#efefef;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	font-size:0.85em;
}

#menu ul li a:hover
{
	color:#aaaaaa; 
	/* text-decoration:underline; */
}
#menu ul.iconnav
{
	float:right;
	position:relative;
	width:58px;
	top:-2px;
	height:25px;
}

#menu ul.iconnav li
{
	display: inline;
	color: #ffffff;
	margin:0px;
	padding:0px;
}

#contentbgimage
{
	position: relative;
	width: 900px;
	height: 556px;
	/*background-image: url("/images/main-image-default.png");*/
	/*background-image: url("/images/bg/bg-startseite.jpg");*/
	/*background-image: url("/images/bg/bg-hiv.jpg");*/
	background-color: #ffffff;
}

#content
{
	position: absolute;
	top: 50px;
	left: 20px;
	width: 860px;
	height: 484px;
	/* border: 1px solid blue; */
	/*background-color: grey;*/
	/*
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	*/
}

.content
{
	
	position: relative;
	/*
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	*/
}

#contentleft
{
	
	width: 402px;
	height: 474px;
	float: left;
	margin: 0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:10px;
	overflow: auto;
	/* border: solid green 1px;  */
}


#contentright
{
	width: 414px;
	height: 484px;
	float: right;
}
/* ---------------- positionierung im rechten contentframe -------------- */
#impressumcontainer
{
	width:380px;
	padding:4px;
	padding-top:20px;
	padding-bottom:20px;
}
#linkscontainer, #featurescontainer
{
	width:380px;
	padding-left:5px;
}

/* --------------------------------------- layout for featurelisting and featuredetail  start----------------------------------------- */

#pagetitle
{
	position:absolute;
	width:380px; 
	height:60px; 
	top:0px;
}
#pagetitle h1
{
	margin-bottom:0.2em;
}
#pagetitleposition
{
	margin-left:10px;
	margin-top:5px;
}
#listingcontainer
{
	position:absolute;
	top:95px;
	left:5px; 
	/* border:1px red solid; */
	width:412px;
	height:402px;
	overflow:auto;
}
/* --------------------------------------- layout for featurelisting and featuredetail  end----------------------------------------- */

#teaser
{
	margin-top: 6px;
	position: relative;
	width: 900px;
	height: 182px;
	/*border: 1px solid blue;*/
}

#teaser ul li
{
	float:left;
	width: 296px;
	display: inline;
}

#teaser ul li.teaseritemtop
{
	margin-left: 6px;
}

#teaser ul li.teaseritembottom
{
	margin-top: 3px;
	margin-left: 6px;
}



#footer
{
	margin-top:4px;
	margin-bottom:4px;
	position: relative;
	width: 900px;
	height: 21px;
}
	
	

#footerleft
{
	width: 250px;
	height: 21px;
	float: left;
	font-family:arial;
	font-size:0.6em;
	color:#333333;
	line-height:21px;
	vertical-align:middle;
}
#footerleft a, #footerright a
{
	color:#ffffff;
}
#footerright
{
	float: right;
	width: 550px;
	height: 21px;
	text-align: center;
	font-family:arial;
	font-size:0.6em;
	color:#ffffff;
	line-height:21px;
}
#footerright img
{
	vertical-align:middle;
}
#footer ul li
{
	display: inline;
	margin-right: 15px;
}

#footerpresse
{
	margin-top:4px;
	margin-bottom:4px;
	position: relative;
	width: 900px;
	height: 30px;
	background-image: url("/images/menu.png");
	position:relative;
}

#footerpresse #footerright
{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}


