/* allgemeines reset */

* {
    margin:  0px;
    border:  0px;
    padding: 0px;
    outline: 0px;
    
}
html { height: 100%; } 
body { 
    margin: 0px;
    border:0px;
    padding: 0px;
    background-color:#cccccc;
    width:100%;
    height:100%;
    font-family: Arial, sans-serif;
	background-image: url(/portal_bilder/hintergrund.png)
}

/* allgemeine Farben */

rot, a.rot {color:#cd071d;}
orange, a.orange {color:#ff6600;} a.orange:hover {color:#ffffff;}
gelb, a.gelb {color:#feed01;} a.gelb:hover {color:#000000;}
hellgelb {color:#ffffcc;}
hellgrau {color:#cccccc;}
schwarz, a.schwarz {color:#000000;} a.schwarz:hover {color:#cccccc;}



/* allgemeines Layout der Bereich */

#schatten {
margin:auto;
width:820px;
background-image: url(/portal_bilder/schatten-lr.jpg);
}
#schattenunten {
clear:both;
}
#wrap {
margin:auto;
width:800px;
background-color: white;
}

#header {
width:800px;
height:150px;
background-image: url(/portal_bilder/stuttgart-sued-info.jpg);
background-repeat: no-repeat;
display:block;
}

#topmenu {
color:#FEED01;
font-weight:bold;
height:20px;
position:absolute;
text-align:right;
top:125px;
width:780px;
font-size:13px;
}

/* #submenu {
margin:auto;
width:780px;
height:20px;
padding-right: 20px;
font-weight: bold;
}*/

#main {
background-image: url(/portal_bilder/hintergrund-2-spalten.jpg);
width:800px;

}

#sidebar {
width:215px;
float:right;
margin-right:20px !important;
margin-right:10px;
background-color: #ffffcc;
padding-top: 20px;
padding-bottom: 20px;

}
 
#content {
margin-left:60px;
margin-right:280px;
background-color:#ffffff;
padding-top: 20px;
padding-bottom: 20px;
}

#contentbreit {
margin-left:60px;
margin-right:20px;
background-color:#ffffff;
padding-top: 20px;
padding-bottom: 20px;
}

#footer {
width:800px;
height:40px;
clear:right;
}

#footer1 {
margin:auto;
width:800px;
height:20px;
text-align: center;
background-color: #cccccc;
font-size: 11px;
line-height: 20px;
letter-spacing: 1px;
}

#footer2 {
margin:auto;
width:800px;
height:20px;
font-size: 11px;
text-align: center;
background-color: #cc0000;
line-height: 20px;
letter-spacing: 1px;
}

#newsletter {
position:fixed !important;
position:absolute;
left:0px;
top:230px;
z-index: 999;

}
#newsletter:hover {
left:-5px;
}
#newsletter a:hover {background-color: transparent;}
/* .print { display: none; } */

/* Definitionen der Inhaltsbereiche */


#content h1, #contentbreit h1 {
	color: #000000; 
	font-size: 24px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-decoration: none;
	line-height: 24px;
	font-weight: normal;
}

#contentbreit .text_schwarz {
	color: #111111;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
}


.text_schwarz {
	color: #111111;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}

a.text_schwarz { 
	color: #cc0000;  
	font-size: 12px; 
	line-height: 15px; 
	text-decoration: none 
}

a.text_schwarz:hover { 
	color: #ffffff; 
	background-color: #cc0000; 
	font-size: 12px; 
	line-height: 15px;  
	text-decoration: none; 
}

a span.text_schwarz:hover { 
	color: #cc0000; 
	border:0px;  
	text-decoration: none; 
}
.subline_schwarz { 
	color: #666666;  
	font-size: 15px; 
	line-height: 22px; 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	text-decoration: none;
	letter-spacing: normal;
	display:table;
	margin-bottom:5px;
}
.subline_schwarz:hover { 
	color: #ffffff;  
	background-color: #666666; 
	font-size: 15px; 
	line-height: 22px; 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	text-decoration: none;
	letter-spacing: normal;
}

.newsartikel {
	border-bottom:1px dotted #cccccc;
	display: block;
	clear: left;
	min-height:100px;
	padding-bottom:20px;
	padding-right:10px;
	padding-top:20px;
}
div.newsartikel:hover {
	background-color: #eeeeee;
	
	
	box-shadow: 3px 3px 2px #cccccc;
	-webkit-box-shadow: 3px 3px 2px #cccccc;
	-moz-box-shadow: 3px 3px 2px #cccccc;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.newsartikelbild {
	width:100px; 
	height:100px;
	border:1px solid #cccccc;
	float:left; 
	margin-left:10px;
	margin-right:15px;
	overflow: hidden;
}
.newsartikelbild:hover {
	box-shadow: 3px 3px 2px #666666;
	-webkit-box-shadow: 3px 3px 2px #666666;
	-moz-box-shadow: 3px 3px 2px #666666;
	}
.newsartikeltext {
	margin-left:125px;
	font-size:12px;
}
/* Definitionen 2. Spalte */

.newsbox_rand {
	padding:10px;
	border-bottom:4px white solid;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.newsbox_rand:hover {
	padding:10px;
	background-color: #EEEEEE;
	border-bottom:4px #EEEEEE solid;
	box-shadow: 1px 1px 1px #cccccc;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
}
.newsbox_ohnerand {
	padding:10px;
	border-bottom:4px white solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.firmenliste {margin:5 0px;}





ul li {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-image: url(../portal_bilder/listenpunkte.gif);
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
blockquote {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}


a.subline_orange  { 
	color: #ff6600; 
	font-size: 15px; 
	line-height: 18px; 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	text-decoration: none 
}
a.subline_orange:hover { 
	background-color: #ff6600; 
	color: #ffffff;
	font-size: 15px; 
	line-height: 18px; 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	text-decoration: none; 
}
.subline_orange  { 
	color: #ff6600; 
	font-size: 15px; 
	line-height: 18px; 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	text-decoration: none;
	letter-spacing: normal;
}
a.headline_rot  { 
	color: #cc0000;  
	font-size: 18px; 
	line-height: 22px; 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	text-decoration: none;
	letter-spacing: normal;
}
a.headline_rot:hover { 
	color: #ffffff;
	background-color: #cc0000;
	font-size: 18px; 
	line-height: 22px; 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	text-decoration: none;
}
.headline_rot  { 
	color: #cc0000;
	font-size: 18px; 
	line-height: 22px; 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	text-decoration: none;
	margin-bottom:3px;
}


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


.menu {
	color: #cc0000;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
	height:20px;
}

a.menu {
	height:20px;
	padding-left: 10px;
	padding-right: 10px;
	display:inline-table;
	border-left: solid 1px #FEED01;
	border-right: solid 1px #FEED01;
}
a.menu:hover {
	text-decoration: none;
	color: #ffffff;
	height: 20px;
	background-color: #cc0000;
	display:inline-table;
	padding-left: 10px;
	padding-right: 10px;
}
.foot {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}

a.foot:hover {
	text-decoration: none;
	color: #000000;
	line-height: 11px;
}



/* FORMULARE und FELDER */

input, input2, textarea, textarea2, select {
	background-color: #ffffff;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.email-rot {
	color: #cc0000;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
a.email-rot{ 
	color: #cc0000;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal; 
}
a.email-rot:hover { 
	color: #ffffff;
	background-color: #cc0000;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal; 
}
.email-schwarz {
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
a.email-schwarz { 
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal; 
}
a.email-schwarz:hover { 
	color: #ffffff;
	background-color: #cc0000;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal; 
}
a.email-rot:hover span.email-schwarz {
	background-color: #666666;
	color: #ffffff;
}
a.headline_rot:hover span.subline_schwarz {
	background-color: #666666;
	color: #ffffff;
}
a.headline_rot span.text_schwarz {
	line-height: 15px;
	display: table;
}
a.headline_rot:hover span.text_schwarz {
	background-color: #666666;
	color: #ffffff;
	display: table;
}
a.strich  {text-decoration: none;color: #666666;}
a.strich:hover  {text-decoration: none;}

.bildlegende {
	color: #666666;
	background-color: #eeeeee;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
}

.newsbox {
	color: #333333;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
}
a.newsbox { 
    color: #333333;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal; 
}
a.newsbox:hover { 
	color: #cc0000;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal; 
}


tr, td {
	text-align: left;
	vertical-align: top;
}




#iframesartikel {
	
}

iframe {
	border: 0px;
	}

#umdiemapherum {
	width:250 px;
	height:180 px;
	overflow: hidden;
	margin-bottom: 0px;
}
.hidden {
	display: none; }
.unhidden {
	display: block;  }
	
#auswahl {
	position: fixed;
	height: 704px;
	width: 30px;
	overflow:hidden;
	z-index: 99;
	top:0px;
	right:0px;
	}
#auswahl a {
	padding:0px; 
	margin:0px; 
	border:0px; 
	text-decoration: none;
	}
	
.freizeitauswahl {
	width:215px; 
	background-color:#cc0000;
	color:#ffffff;
	height:25px;
	font-weight: bolder;
	line-height: 24px;
	padding: 5px;
	}
select.freizeitauswahl option {
line-height: 24px;
padding: 5px;
}
.suchfeld {
	border: #666666 solid 2px;
	font-size: 14px;
    line-height: 18px;
	padding-left:5px;
	font-family:Arial;
	background-color: #eee;
	height:25px;
	width:350px;
	margin-bottom: 10px;
	color: #000;
	}
.senden {
	width:350px; 
	height:30px; 
	vertical-align:middle;
	background-color:#cd071d;
	color:white;
	font-family:Arial;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 2px 2px 1px #000;
    -moz-box-shadow: 2px 2px 1px #000;
    box-shadow: 2px 2px 1px #000;
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
}
.senden:hover {
	font-weight: bolder;
	cursor: pointer;
	letter-spacing: 10px;
}
.weiss {
	font-size: 12px;
	color:#ffffff;
	}