@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#5B615D;
	background-image: url(graphs/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-size: x-small; /* für IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small; /* für komforme Browser */
}
html>body{ /* sei nett zu Opera*/
font-size: small;
}

/* Layout */
#wrap {
	
}
#sidebar {
	width: 50%;
	margin-right: 50%;
	margin-top: 100px;
	position: fixed;
}
* html #sidebar {
	width: 50%;
	margin-right: 50%;
	margin-top: 100px;
	position: relative;
}
*+ html #sidebar {
	width: 50%;
	margin-right: 50%;
	margin-top: 100px;
	position: relative;
}
#sidebar p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	line-height: 1.2em;
	margin: 70px 90px 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
}
#content {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}
/* Linke Navigation */
#nav {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
	background-color: #8B938C;
	width: 230px;
}
#nav li{
	margin: 0px;
	padding: 5px 0px 5px 0px;
    list-style-type: none;
	font-size: 120%;
	}
/* hide hack from Mac-IE5 \*/
* html #nav li { height: 1%; }
/* end hiding */

#nav a{
	color: #E5EAE6;
	text-decoration: none;
	background-color: #8B938C;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
#nav a:hover, body#home #t-home a, body#grafik #t-grafik a, body#werbeartikel #t-werbeartikel a, body#anzeigen #t-anzeigen a, body#kunden #t-kunden a, body#kontakt #t-kontakt a, body#impressum #t-impressum a {
	color: #FF9900;
	text-decoration: none;
	background-color: #8B938C;
}
/* Inhalt */
#content .gutter {
	padding: 20px 50px 0;
	margin: 0;
	border-style: none;
	background-color: transparent;
	overflow: hidden;
	}
ul {
	text-align: left;
	list-style-type: square;
}
/* Absatz */
p {
	text-align: left;
}
.galery  {
	text-align: center;
}
/*Schrift*/	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color: #E46929;
	margin: 10px 0 0;
	padding: 5px 0;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	margin: 10px 0 0;
	padding: 5px 0;
	text-align: left;	
	font-weight: normal;
	color: #E46929;
}

h3 {
	font-size:115%;
	margin: 10px 0 0;
	padding: 5px 0;
	text-align: left;	
	font-weight: normal;
	color: #FF6600;
}
/*Auflistung*/	
dl {
	width: 100%;
	text-align: left;	
	margin: 50px 0 0;
	padding: 0;
}
dt {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
dd {
	margin: 6px 0 0 78px;
	padding: 0;
	}
dl dd.img {margin: 0;}
dd.img img {margin: 10px 8px 0 0;
float: left;}

/* Links */
a:link { color: #3F3E83; background-color: transparent; text-decoration: underline; font-weight: normal;}
a:visited {color:#3F3E83; background-color:transparent; text-decoration: underline;}
a:hover {color: #FFFFFF; background-color:#3F3E83; text-decoration: none;}
a:active { color:#3F3E83; background-color:transparent; text-decoration: none;}

a.x:link { background-color:transparent; text-decoration: none; }
a.x:visited { background-color:transparent; text-decoration: none; }
a.x:hover { background-color:transparent; text-decoration: none; }
a.x:active { background-color:transparent; text-decoration: none; }

/* Tabelle Werbeartikel */
td {
	background-color: #ff9900;
	height: 30px;
}
a.w:link {
	background-color:transparent;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	text-align: left;
}
a.w:visited { background-color:transparent;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	text-align: left;
}
a.w:hover {background-color:transparent;
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
}
a.w:active { background-color:transparent;
	text-decoration: none;
	text-transform: uppercase;
	color: #000; 
	text-align: left;
}

