/*                                        -----  CSS Document fuer ASSR Unternehmen Stadt übernehmen */
/*
Farben:
pink: #D4006B
leicht dunklere webfarbe f.pink:#CC0066
helleres pink: #DB4F95
dunkles grau: #333
hellgrau: #ccc
*/

html, body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;	
	}

/*                                        -----  allgemeine einstellungen */	
img {border:none;}
	
ul, ol, li {
	padding:0px;
	margin:0px;
	}

ul li {
	list-style-type:none;	
	}

/*.................*/		

#body2 {
	position:relative;
	width:990px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	border-top:3px dotted #666;
	}
		
#left {
	float:left;
	width:200px;
	padding:30px 0px;
	}
	
#navi {
	margin:0px 550px 0px 250px;
	padding:0;
	}

#main {
	float:right;
	width:520px;
	padding:30px 0px;
	}

  
/*                                        -----  navigation  */		

#menue { 

	padding:90px 0px 30px 0px;
	font-size:16px;
	line-height:24px;	
	}

.menue_act a{
	color:#333;
	text-transform:uppercase;
	font-stretch:condensed;
	text-decoration:none;
	border-bottom:2px dotted #ccc;
	}
	.menue_act a:hover {color:#333;}
	
.menue_no a{
	color:#D4006B;
	text-transform:uppercase;
	font-stretch:condensed;
	text-decoration:none;
	}
	.menue_no a:hover {color:#333;}
		
.submenue_act a, .submenue_act a:hover {
	margin-left:10px;
	font-size:14px;	
	text-decoration:none;
	color:#333;
	}

.submenue_no a {
	color:#D4006B;
	margin-left:10px;
	text-decoration:none;
	}
	.submenue_no a:hover {color:#333;}

		
/*                                        -----  main  */
	
#main ul li  {
	list-style-type:disc;
	font-size:12px;
	}	

#breadcrumbs {color:#DB4F95;}
#breadcrumbs a {margin:0px 0px 0px 0px;color:#DB4F95;padding:0xp;font-size:9px;	letter-spacing:1px;}
#breadcrumbs a:hover {color:#ccc;}


.clear {clear:both;}

.top, .csc-linkToTop {	
	margin:8px 0px 10px 0px;
	padding:0xp;
	font-size:9px;
	color:#53aa27;
	text-align:center;
	letter-spacing:1px;
	}
.top a, .csc-linkToTop a {color:#DB4F95;}
.top a:hover, .csc-linkToTop a:hover {color:#ccc;}


/*                                        -----  text  */

a {text-decoration:none;color:#D4006B;}
a:hover {color:#ccc;}

.smal {font-size:10px;}

.line {
	padding:0px;margin:0px;
	border-bottom:2px dotted #333;
	}

#main p{
	margin:0;
	padding:0px 0px 6px 0px;	
	line-height:16px;
	}	

h1 {
	font-size:20px;
	color:#666;
	text-transform:uppercase;
	font-weight:normal;
	font-stretch:condensed;
	padding-bottom:6px;
	margin:0;
	}	
	

h2 {
	font-size:20px;
	font-weight:normal;
	color:#D4006B;
	padding-bottom:10px;
	margin:0;
	}	

#main h3 {
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:0;
	padding-bottom:6px;
	}	
	
#main h4 {
	font-size:12px;
	color:#333;
	padding:0px;
	border-bottom:1px dotted #ccc;
	}	

			
/*                                        -----  footer */

#footer {
	clear:both;
	color:#666;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	border-top:3px dotted #666;
	}
	

	

	



