body {
  	background-color: #ffffff;
  	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #aaaaaa;
	padding-top: 100px;
    margin: 0px;
    text-align: center;
}

img {
	border: 0px;
}

/*** mainboxes ***/

#mainbox {
	width: 945px;
	margin: 0px auto;
	padding: 0px;
}

#mainbox_left, #mainbox_middle, #mainbox_right {
	float: left;
	padding: 0px;
	margin: 0px;
}

#mainbox_left {
	width: 165px;
}

#mainbox_middle {
	width: 580px;
	height: 570px;
	color: #aaaaaa;
	background-image: url(images/bgr.jpg);
	background-repeat: no-repeat;
}

#mb_middle_top {
	height: 80%;
	text-align: left;
	position: relative;
}

#mb_middle_bottom {
	height: 20%;
	padding: 40px 0px 0px 35px;
}

#mainbox_right {
	width: 155px;
}

#text {
	position: absolute;
	bottom: 15px;
	left: 40px;
}

#imp {
	font-size: 10px;
}

/*** content navigation thumbs ***/

#navi_thumbs {
    text-align: center;
    width: 580px;
    margin: 0px auto;
}

.thumbs {
    float: left;
    width: 18.8%;
    text-align: center;
}

/*** links ***/

a, a:visited {
  	color: #00a5c8;
  	font-size: 12px;
  	font-weight: normal;
  	text-decoration: none;
}

a:hover, a:active { 
  	color: #5c5c5c; 
	text-decoration: none;
}

a.home, a.home:visited {
  	color: #5c5c5c;
  	font-size: 12px;
  	font-weight: normal;
  	text-decoration: none;
}

a.home:hover, a.home:active { 
  	color: #000000; 
	text-decoration: none;
}



/*** headlines ***/

h2 {
	font-size: 15px;
	font-weight: normal;
	color: #5c5c5c; /*tuerkis*/
}

h3 {
	font-size: 10px;
	font-weight: normal;
	color: #5c5c5c; /*tuerkis*/
}

/*** rollover images ***/

.rollover { 
	display: block; 
} 

.rollover img { 
	width: 100%; 
	height: 100%; 
	border: 0px;
} 

.rollover:hover { 
	visibility: visible;  
} 
.rollover:hover img { 
	visibility: hidden; 
}

/*** buttons ***/

#home {
	background-image: url(images/buttons/home_hover.jpg);   
	width: 165px;
    height: 0px;
    background-repeat: no-repeat;
} 

#grafikdesign {
	background-image: url(images/buttons/grafik_active.jpg);   
	width: 165px;
    height: 55px;
    background-repeat: no-repeat;
}

#webdesign {
	background-image: url(images/buttons/web_active.jpg);   
	width: 165px;
    height: 70px;
    background-repeat: no-repeat;
}

#logodesign {
	background-image: url(images/buttons/logo_active.jpg);   
	width: 165px;
    height: 55px;
    background-repeat: no-repeat;
}

#illustration {
	background-image: url(images/buttons/illu_active.jpg);   
	width: 165px;
    height: 45px;
    background-repeat: no-repeat;
}

#kontakt {
	background-image: url(images/buttons/kontakt_active.jpg);   
	width: 165px;
    height: 40px;
    background-repeat: no-repeat;
} 

#impressum {
	background-image: url(images/buttons/impressum_active.jpg);   
	width: 165px;
    height: 40px;
    background-repeat: no-repeat;
}
