
	/* Horizontale Hintergründe */
	#headerleft{background-image:url(../img/kantelinksoben.gif);}
	#headerright{background-image:url(../img/kanteobenrechts.gif);}
	#footerleft{background-image:url(../img/kanteuntenlinks.gif);}
	#footerright{background-image:url(../img/kanteuntenrechts.gif);}
	#footer{background-image:url(../img/footerback.gif);}
	
	/* Vertikale Hintergründe */
 	#content {background-image:url(../img/contentback.gif);}
 	#header {background-image:url(../img/topback.gif);}


	


/* Verlinkte Grafiken ohne Rahmen */ 
a img{border:none;}

a.domain {
	color:					#E73C00;
	font-weight:			bold;
}

/* Schriftart */
body, td{font: 12px "Arial", verdana, Helvetica, sans-serif; color: #858585; margin:0px;}




/* Linkfarben */
a:link{color:#858585;text-decoration: none;}
a:visited{color:#858585;text-decoration: none;}
a:hover{color:#e73c00;text-decoration: underline;}
a:active{color:#e73c00;text-decoration: underline;}



	/* Body */
	body{background-color:#ffffff;color:#858585; text-align:center;margin: 5px 0px;}
	
	/* Container */
	#container{text-align:left;margin: 15px auto;width:1000px;}

	/* Container */
	#suche{margin-left: 370px;padding-top:34px;z-index:1;}

/* ------------------------------------------------------
   Header
------------------------------------------------------ */
		
	/* Header */
	#header{width:1000px;height:121px;background-position:0px;position:relative;}
	
	/* Runde Ecken oben */
	#headerleft{width:20px;height:121px;position:absolute;left:0px;top:0px;z-index:1;}
	#headerright{width:219px;height:121px;position:absolute;right:0px;top:0px;z-index:-1;}
	
	/* Navigation oben */
	#topnavi{z-index:50;with:150px;top:5px;right:22px;position:absolute;z-index:2;}
				
	/* Logoplatzierung */
	#logo{z-index:100;position:absolute;top:32px;left:20px;}
	



/* ------------------------------------------------------
 Contentbereich
------------------------------------------------------ */

/* Inhaltsbereich */
#content{width:1000px;background-repeat: repeat-x;position:relative;	top:0px;left:0px;bottom:0px;padding:0px;margin:0px;}

/* Schatten links */
td.contentleft{background-color:#d5d5d5;width:1px;padding:0px;margin:0px;}

/* Schatten rechts */
td.contentright{background-image:url(../img/contentrechts.gif);background-repeat: repeat;width:8px;padding:0px;margin:0px;}

/* Navigation links */
#navigation{width:230px;}

/*  The Domain container */
#domain {width:100%}

/* Domain links */
#domain a {color:#e73c00;text-decoration: underline;}	
#domain a:visited{color:#e73c00;text-decoration: underline;}
#domain a:hover{color:#279bd2;text-decoration: underline;}
#domain a:active{color:#279bd2;text-decoration: underline;}


/* ------------------------------------------------------
 Footer
------------------------------------------------------ */

/*  Footer Container */
#footer {background-color:#FFFFFF;height:64px;color:#ffffff;text-align:center;width:1000px;background-position:0px;	background-repeat:repeat-x;position:relative;	margin:0px;padding:0px;top:0px;left:0px;}

/* Runde Ecke links */
#footerleft{height:64px;width:25px;position:absolute;top:0px;left:0px;background-position:0px}

/* Runde Ecke rechts */
#footerright{height:64px;width:25px;top:0px;right:0px;position:absolute;}

/* Footer Links */
#footer a {color:#ffffff;text-decoration: none;}	
#footer a:visited{color:#ffffff;}
#footer a:hover{color:#e73c00;text-decoration: underline;}
#footer a:active{color:#e73c00;}

/* Copyright text */
#copyright{font-size:9px;color:#999999;text-align: center;margin-top:3px;}

/* resets the p tag margin inside the global footer */
#footer p {padding:12px 0px 0px 0px;}


