/* Screen Design für Start Media Hürth 	*/
/* ANGEL Internet Services GmbH   		*/

* {
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0; 
}

body {
	font-size: 100.01%;
	color: #454748;
	text-align: center;
	background: #3b393d;
}


a {
	color: #454748;
}

a img {
	border: 0;
}

input, textarea {
	border: 1px solid #888;
	font-size: 11px;
	font-family: Arial, sans-serif;
	padding: 2px 1px 1px 1px;
	
}

p.center {
	padding-top: 6px;
	text-align: center;
	
}
	


.error {
	color: #900;
	font-weight: bold;
}

#main {
	width: 950px;	
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -475px;
	margin-top: -290px;
}

#header {
	height: 142px;
	position: relative;
	background: url(/design/header_background.gif) 290px 0 no-repeat;
}

#logo {
	display: block;
	height: 142px;
	width: 300px;
	position: absolute;
	left: 15px;
	top: 12px;	
}

#logo em {
	position: absolute;
	left: -2000px;
}

#time {
	position: absolute;
	right: 13px;
	bottom: 10px;
	font-size: 0.65em;
	font-weight: bold;
}

#slogan {
	display: block;
	background: url(/design/slogan_background.gif) left top no-repeat;
	height: 142px;
	width: 190px;
	position: absolute;
	right: 0;
	top: 0;	
} 

#slogan em {
	position: absolute;
	left: -2000px;
}

#logoleft {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#navi {
	background: #D8D9DB;
	width: 190px;
	float: left;
	height: 405px;
    position: relative;
}

#navi ul {
	list-style: none;
	height: auto;
}

#navi li {
	height: auto;
}

#navi li a {
	font-size: 0.7em;
	color: #454748;
	text-decoration: none;
	text-indent: 33px;
	border-bottom: 1px solid #FFF;
	line-height: 2.5em;
	display: block;
	letter-spacing: 0.1em;
	width: 100%;
}

#navi li a.active1 {
	font-weight: bold;
}


#navi li li {
	background: #EDEEEE;
}

#navi li li a {
	text-indent: 46px;
}

#navi li li a:hover,
#navi li li a.active1 {
	font-weight: normal;	
	background: 33px 8px url(/design/navi_arraw.gif) no-repeat;
}

#box {
	float: left;
	width: 208px;
	height: 405px;
	background: #EDEEEE;
    overflow: hidden;
    margin-left: 13px;	
}

#content {

	height: 405px;
	width: 337px;
	float: left;
	background: #EDEEEE;
	margin-left: 13px;
	position: relative;
}

#flow {

	height: 382px;
	overflow: auto;
}

.padder {
	padding: 13px;
}


#extra {
	position: absolute;
	bottom: 5px;
	right: 20px;
	font-size: 0.65em;
}

#extra a {
	text-decoration: none;
}

.breads {
	font-size: 0.65em;
	line-height: 1.5em;
	margin-bottom: 6px;
}

.breads a {
	text-decoration: none;
	padding: 0 4px;
}

.breads a.first {
	padding: 0 4px 0 0 ;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 0.8em;
	margin-top: 6px;
	margin-bottom: 4px;
}


p {
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 4px;
}

#sidebar {
	float: left;
	background: #EDEEEE;
	width: 176px;
	margin-left: 13px;
	height: 405px;
}

#footer {
	clear: both;
	background: #FFF;
	height: 1.7em;
}

#toolbar {
	float: right;
}	

#toolbar li {
	display: inline;
	font-size: 0.65em;
	line-height: 2.5em;
}

#toolbar li a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 6px;
}

img.right {
	float: right;
	padding: 4px 0 6px 6px;
}

img.left {
	float: left;
	padding: 4px 6px 6px 0;
}


#newsticker a {
	text-decoration: none;
}

#newsticker {
	position: relative;
	font-size: 0.7em;
	padding-left: 10px;
	line-height: 2.5em;
	width: 400px;
	float: left;
	

}
#newsticker ul {
	list-style: none;
	display: inline;
}

#newsticker li {
	display: inline;	
}	

#sitemap {
}

#sitemap a {
	text-decoration: none;
	font-size: 0.75em;
	line-height: 2em;

}

#sitemap ul {

	list-style: none;	
}

#sitemap li li {
	padding-left: 10px;
}

#aiss {
	display: none;
}

#boundry {
	width: 400px;
}

#newstext {
	
	position: relative;
	font-size: 0.7em;
	margin-left: 40px;
	line-height: 2.5em;
	width: 150px;
	float: left;
	text-align: right;
}


