/*hauptstylesheet www.sc-nord.de */
* {
margin: 0;
padding: 0;
}

/*Container*/
body
{
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/hg.gif) repeat-x top left;
}

#top
{
	display: none;
}

#rahmen
{
	margin: 5px auto 1em auto;
	padding: 0;
	width: 90%;
	text-align: left;
	background: #FFFFFF url(../images/unav.gif) left repeat-y;
	color: #000000;
	border: 1px solid #999999;
	position: relative;
	min-width: 760px;
}

#logorahmen
{
	width: 100%;
	height: 70px;
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo
{
	height: 100px;
	width: 74%;
	height: 60px;
	background: url(../images/logo.gif) left center no-repeat #CCCCCC;
	padding-top: 10px;
	margin: 0; /*Hier treten Abweichungen beim IE auf*/
	color: #000000;
	float: left;
}

#layoutmenu
{
	float: right;
	width: 23%;
	height: 60px;
	padding-top: 10px;
	padding-right: 2px;
	text-align: left;
	background: #CCCCCC;
	color: #000000;
}

#alternativlogo /* fuer die Druckversion */
{
	display: none;
	background-color: #FFFFFF;
	color: #000000;
}

#seitentitel
{
	position: absolute;
	right: 30px;
	top: 210px;
	width: 180px;
	padding-top: 15px;
	height: 20px;
	background: #CCCCCC;
	border: 1px solid #999999;
	color: #000;
	text-align: center;
	font-weight:bold;
	font: Verdana, Arial, Helvetica, sans-serif larger normal;
	-moz-opacity: 0.5;
} 

#topmenu
{
	width: 100%;
	height: 30px;
	margin: 0;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 0; /*muss auf 0, damit div.ueberschrift am Rand anliegt*/
	background: #FFFFFF;
	color: #000000;
}

#bildrahmen
{
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background: #666666;
	color: #000000;
	border-bottom: 1px solid #999999;
}

#bild
{
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background: url(../images/logo-bild1024.jpg) right top no-repeat;
	color: #000000;
}

#bild1
{
	width: 250px;
	margin: 0;
	padding: 0;
	height: 120px;
	background: none;
	float: left;
	border-right: 1px solid #CC0000;
}

#opal
{
	width: 40%;
	margin-left: 0.5em;
	margin-right: 0;
	padding: 0;
	height: 120px;
	background: #CCCCCC;
	float: left;
	-moz-opacity: 0.8;
}

#opam
{
	width: 26%;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0;
	height: 120px;
	background: #999999;
	float: left;
	-moz-opacity: 0.6;
}

#opar
{
	width: 11%;
	margin: 0;
	padding: 0;
	height: 120px;
	background: #FFFFFF;
	float: right;
	-moz-opacity: 0.3;
}

#untermenu
{
	width: 250px;
	margin: 0;
	padding: 0;
	height: 100%;
	background: none;
	color: #FFFFFF;
	float: left;
	border: 0;
}

#vuntermenu
{}
#nuntermenu
{}
	
#content	
{
	margin-left: 260px; /*Hier treten Abweichungen beim IE auf*/
	width: auto;  /*Hier treten Abweichungen beim IE auf*/
	height: 100%;
	border: none;
	background: none;
	padding: 0; /*muss auf 0, damit div.ueberschrift am Rand anliegt*/
	color: #000000;
}

#quickmenu
{
	width: 80%;
	height: 20px;
	background: none;
	color: #000000;
	padding: 2px;
	padding-bottom: 20px;
}

#footer	
{
	clear: both;
	height: 30px;
	background: #CCCCCC;
	color: #000000;
	padding: 5px 10px 0 10px;
	border-top: 1px solid #999999;
}

#copyright
{
	float: left;
	width: 44%;
	background: none;
	color: #000000;
}

#footmenu
{
	float: left;
	width: 22%;
	background: none;
	color: #000000;
	text-align: center;
}

#designby
{
	float: right;
	width: 33%;
	background: none;
	color: #000000;
	text-align: right;
}	

/*Schriftarten*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #000000;
}

h1, h2
{
	color: #000;
	background: transparent;
	padding-left: 75px;
	font-weight: 500;
	display: inline;
	text-align: center;
}	

h1
{
	font-size: 155%;
	letter-spacing: 1pt;
	padding-bottom: 10px;
}	

h2
{
	font-size: 110%;
	padding-top: 10px;
}


p
{
	display: inline;
	background: transparent;
	color: #000000;
	padding-right: 10px;
}

/*Schriftklassen*/

.unsichtbar
{
	display: none;
	background: transparent;
	color: #000000;
}

.an 
{
	display: none;
	background: transparent;
	color: #000000;
}

.aus 
{
	color: #000;
	background: transparent;
}

.pfad
{
	color:#CC0000;
}

.zitat
{
	font-style: italic;
}

.clear
{
	clear: both;
}


/*Hyperlinks*/

a:link,
a:visited,
a:hover,
a:active	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	padding: 8px;
	background: transparent;
}

a:link,
a:visited 
{
	color: #000000;
	font-weight: 500;
}

a:hover
{
	color: #CC0000;
	font-weight: 500;
}

a:active
{
	color: #000000;
	font-weight: 500;
}

/*Hyperlink fuer Navigation*/

a.nav:link,
a.nav:visited,
a.nav:hover,
a.nav:active	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 500;
	padding: 0 2px;
	background: transparent;
}

a.nav:link, 
a.nav:visited 
{
	color: #000000;
	text-decoration: none;
}

a.nav:hover 
{
	color: #990000;
	text-decoration: underline;
}
	
a.nav:active 
{
	color: #336699;
	text-decoration: underline;
}

/*Hyperlink fuer Status Navigation*/

a.snav:link,
a.snav:visited,
a.snav:hover,
a.snav:active	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 500;
	padding: 20px;
	background: transparent;
}

a.snav:link, 
a.snav:visited 
{
	color: #000000;
	text-decoration: none;
}

a.snav:hover 
{
	color: #990000;
	text-decoration: underline;
}
	
a.snav:active 
{
	color: #336699;
	text-decoration: underline;
}


/* Hyperlinks Email */

a.email:link, 
a.email:visited 
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-decoration: none;
	padding: 0;
	background: transparent;
}

a.email:hover 
{
	color:  #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-decoration: none;
	padding: 0;
	background: transparent;
}	

/*Menu stylen*/

#topmenu ul 
{ 
	margin:0; 
	padding:0; 
	background: transparent;
	color: #000000;
	float: left;
	width: 100%;
	height: 30px;
} 

#topmenu li 
{ 
	margin-left:0.5px; 
	padding-top:2px;
	background: url(../images/nav-link.gif) bottom repeat-x;
	color: #000000;
	float: left;
	list-style: none;
	width: 16.3%;
	height: 28px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}

#topmenu a:link, #topmenu a:visited 
{ 
	display: block;
	padding: 0; 
	margin: 0;  /*Abweichungen beim IE*/
	background: url(../images/nav-link.gif) bottom repeat-x;
	height: 28px;
	text-align: center;
	border: 0;
}

#topmenu a:hover, #topmenu a:active
{
	background: url(../images/nav-hover.gif) bottom repeat-x;
}

/*Unternavigation stylen*/
#untermenu ul 
{ 
	list-style:none; 
	padding:0; 
	background: transparent;
	color: #000000;
	width: 100%;
	margin-top: 10px;
} 

#untermenu li 
{ 
	margin-bottom: 3px; 
	margin-left: 10px;
	padding-top: 0;
	background: transparent;
	color: #000000;
	height: auto;
	text-align: center;
	width: 90%;
}

#untermenu a:link, #untermenu a:visited 
{ 
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;  /*Abweichungen beim IE*/
	background: url(../images/brushed-metal.gif) #CCCCCC;
	color: #000000;
	border: 2px solid;
	border-color: #999999 #999999 #333333 #333333;
	height: auto;
	text-align: center;
}

#untermenu a:hover
{
	border: 2px solid;
	border-color: #333333 #333333 #999999 #999999;
	color: #CC0000;
}

#untermenu a:active
{
	border: 2px solid #336699;
}
	
/*p fuer verschiedene Container*/

#copyright p, #designby p
{
	font-size: 80%;
}


/*Sonstiges*/
br.ie
{
	display: none;
	background: transparent;
	color: #000000;
}

fieldset
{
	width: 50%;
	padding: auto;
	height: 40px;
	border: 1px dotted #FFFFFF;
}	
legend
{
	margin-left: 20px;
	border: 1px dotted #FFF;
	background: #CCC;
	padding: 2px;
}

#content ul
{
	padding-left: 18px;
}

/*Referenzen stylen*/

.referenzen
{
	width: auto;
	padding: 0;
	margin: 0;
}

.ref-bild
{
padding: 0;
margin-bottom: 20px;
width: 300px;
float: left;
}

.ref-text
{
padding-top: 5px;
margin-left: 300px;
width: auto;
}

.leistungen
{
	width: 100%;
	padding: 0;
	margin: 0;
}

.leist-text
{
float: left;
padding: 0;
margin-bottom: 20px;
width: 38%;
}

.leist-bild
{
padding-top: 5px;
margin-left: 38%;
width: 62%;
}

.links1{ width:30%; float: left}
.mitte1{width: 250px; margin-left: 30%; margin-right: 30%;}
.rechts1 { width: 30%; float:right}

.links2{ width: 201px; float: left}
.mitte2{margin-left: 205px; margin-right: 205px;}
.rechts2 { width: 201px; float:right}

.links3{ width: 257px; float: left}
.mitte3{margin-left: 259px; margin-right: 203px;}
.rechts3 { width: 201px; float:right}



hr
{
	border: 1px dotted #CCCCCC;
	width: 80%;
	margin: 10px auto;
	clear: both;
}

.container-hoch {
	width: auto;
}
.container-hoch a {
	color: #666666;
	text-decoration: none;
}
.container-hoch a .box {
	display: none;
}
.container-hoch a:hover .box {
	position: fixed;
	top: 100px;
	left: 350px;
	width: 300px;
	height: 400px;
	display: block;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #999999;
}

.container-breit {
	width: auto;
}
.container-breit a {
	color: #666666;
	text-decoration: none;
}
.container-breit a .box {
	display: none;
}
.container-breit a:hover .box {
	position: fixed;
	top: 100px;
	left: 350px;
	width: 400px;
	height: 300px;
	display: block;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #999999;
}

#content a
{
	text-decoration: underline;
	padding: 0;
}

/*Foto-Gallerie Startseite Referenzen*/

.gallerie200-b {
font-family: verdana, arial, sans-serif; 
width: auto;
margin:0 auto; 
position:relative;
z-index:1;
}

.gallerie200-b ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}

.gallerie200-b ul li {
width: auto;
height: 350px;
border:0;
background: none; 
color:#000;
position:relative;
padding: 0;
}

.gallerie200-b  ul li a img {
width:100px; 
height:75px;
border: 1px solid #ccc; 
margin:5px;
}

.gallerie200-b ul li a {
float:left;
width:110px;
height:85px;
background:#fff;
border:1px solid #ccc;
margin:1px;
}

.gallerie200-b  ul li a:hover {
position:relative;
}

.gallerie200-b ul li a:hover img {
width:200px; 
height:150px;
position:absolute;
left:-50px; 
top:-38px;
border: 1px solid #666;
padding:0;
background:#fff;
}

/*Fotos breit Unterseiten Referenzen und Leistungen*/

.foto-b {
font-family: verdana, arial, sans-serif; 
width: auto;
margin:0 auto; 
position:relative;
z-index:1;
}

.foto-b ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}

.foto-b ul li {
width: auto;
height: 200px;
border:0;
background: none; 
color:#000;
position:relative;
padding: 0;
}

.foto-b  ul li a img {
width:200px; 
height:150px;
border: 1px solid #ccc; 
margin:5px;
}

.foto-b ul li a {
float:left;
width:210px;
height:160px;
background:#fff;
border:1px solid #ccc;
margin:1px;
}

.foto-b  ul li a:hover {
position:relative;
}

.foto-b ul li a:hover img {
width:400px; 
height:300px;
position:absolute;
left:-100px; 
top:-100px;
border: 1px solid #666;
padding:0;
background:#fff;
}

/*Fotos hoch Unterseiten Referenzen und Leistungen*/

.foto-h {
font-family: verdana, arial, sans-serif; 
width: auto;
margin:0 auto; 
position:relative;
z-index:1;
}

.foto-h ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}

.foto-h ul li {
width: auto;
height: 200px;
border:0;
background: none; 
color:#000;
position:relative;
padding: 0;
}

.foto-h  ul li a img {
width:150px; 
height:200px;
border: 1px solid #ccc; 
margin:5px;
}

.foto-h ul li a {
float:left;
width:160px;
height:210px;
background:#fff;
border:1px solid #ccc;
margin:1px;
}

.foto-h  ul li a:hover {
position:relative;
}

.foto-h ul li a:hover img {
width:300px; 
height:400px;
position:absolute;
left:-75px; 
top:-180px;
border: 1px solid #666;
padding:0;
background:#fff;
}

/*Sitemap*/

.sitemap ul
{
	margin-left: 15px;
}
.sitemap ul ul
{
	margin-left: 30px;
}
