/* general */
*{
	padding: 0px;
	margin: 0px;	
}

img{
	border: none;	
}

body{
	font-family: Helvetica, "Trebuchet MS", verdana;	
	font-size: 11px;
	text-align: center;
	height: 100%;
	background: url(../bilder/layout/background.png) top center;
}

.clear{
	clear: both;
	height: 0px;
}

.left{
	float: left;	
}

.right{
	float: right;	
}

/* container / layout*/
#container_main{
	position: relative;
	width: 979px;
	margin: 20px auto;
	text-align: left;
}

#border_top,
#border_bottom,
#middle,
#header{
	float: left;
	width: 100%;
	display: inline;
	height: 20px;
}

#border_top{
	background: url(../bilder/layout/border_top.png) top left;	
}

#border_bottom{
	background: url(../bilder/layout/border_bottom.png) bottom left;	
}

#header{
	background: white;
	height: 80px;
}

#logo{
	float: left;
	margin-left: 20px;
	display: inline;	
}

#middle{
	background: url(../bilder/layout/middle.png);
	height: auto;
	min-height: 300px;	
}

#content{
	float: left;
	width: 620px;
	margin-left: 20px;	
	margin-top: 15px;
	padding-bottom: 20px;
	position: relative;
}

#content_right{
	float: left;
	width: 280px;
	margin-left: 40px;	
	margin-top: 15px;
	padding-bottom: 20px;
}

/* navigation */
ul#navigation{
	float: left;
	list-style: none;	
	margin-top: 43px;
	margin-left: 30px;
}

ul#navigation li{
	float: left;
	margin-right: 30px;
}

ul#navigation a{
	font-size: 18px;
	font-weight: bold;	
	color: #0c6399;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: none;
	padding: 0px;
	text-decoration: none;
	border: none;
}

ul#navigation a.active,
ul#navigation a:hover{
	color: #29495e;
}

/* text */
h1, h2, h3, h4 {
	color: #29495e;
} 

h1 {
	font-size: 22px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
#content_right h1 {
	color: #e5eef4;
}
h1.space {
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content_right h3 {
	color: #e5eef4;
	letter-spacing: 1px;
}

p {
	font-size: 12px;
	margin-bottom: 14px;
	color: #333;
	line-height: 18px;
}
#content_right p {
	color: #e5eef4;
}

a {
	color: #841b23;
	text-decoration: none;
	border-bottom: 1px dotted #360b0e;
}

a:hover {
	border-bottom: 1px solid #360b0e;
}

#content_right a {
	color: #b9ced5;
	letter-spacing: 1px;
	border-bottom: 1px dotted #b9ced5;
}
#content_right a:hover {
	color: #b9ced5;
	letter-spacing: 1px;
	border-bottom: 1px solid #b9ced5;
}

/* pic box (home, work) */
.pic_box {
	position: relative;
	overflow: hidden;
	height: 147px;
	margin: 10px;
	margin-left: 5px;
	margin-right: 3px;
}

.pic_box .border{
	position: absolute;
	margin-top: -4px;
	margin-left: -4px;
}

.pic_box .kategorie{
	width: 76px;
	height: 76px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.pic_box_web .kategorie{
	background: url(../bilder/layout/kat_icon_web.png) top right;	
}
.pic_box_print .kategorie{
	background: url(../bilder/layout/kat_icon_print.png) top right;	
}

/* form (contact) */
label, input, textarea, button {
	display: block;
}
input[type=radio] {
	display: inline;
}

label {
	margin-top: 20px;
	margin-bottom: 2px;
	color: #e5eef4;
	font-size: 12px;
}

input[type=text], 
textarea,
button {
	background: white;
	border: 3px solid #e5eef4;
	padding: 1px;
	font-family: Helvetica;
	font-size: 13px;
	color: #333;
}

input[type=text] {
	width: 200px;
}
textarea {
	width: 260px;
	height: 100px;
}

button {
	width: 50px;
	padding: 2px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 11px;
	margin-bottom: 20px;
}

form .kategorie {
	display: block;
	margin-top: 20px;
	color: #e5eef4;
}
form .kategorie span{
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	margin-right: 10px;
}
form .kategorie .web_label {
	background: #b12d26;
	color: white;
}
form .kategorie .print_label {
	background: #4e9735;
	color: white;
}

/* image slider */
#image_container{
	float: left;
	width: 620px;
	height: 350px;
 	overflow: hidden; 
 	position: relative;
 	margin-top: 30px;
}
#image_container img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 620px;
}
#img_nav{
	position: relative;
	text-align: center;
	background: #29495e;
	height: 30px;
	margin-top: 390px;
	width: 620px;
	padding-top: 5px;
	padding-left: 10px;
	background:	url(../bilder/layout/nav_bottom.png) no-repeat;
	/*
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	*/
}
#img_nav span{
	padding:3px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #090d14;
	font-size: 10px;
	font-weight: bold;
	color: white;
	font-family: Arial;
	margin: 3px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	cursor: pointer;
}
#img_nav span:hover,
#img_nav span.active {
	background-color: #204885;
}
#full_border{
	position: absolute;
	z-index: 1000;
	top: 52px;
	left: -9px;
	width: 641px;
	height: 52px;
	background:	url(../bilder/layout/rahmen_full.png) no-repeat;
}


/* work detail */
#detail_text {
	float:left;
	width: 290px;
	padding-top: 20px;
}

#detail_detail {
	float: right;
	padding-top: 20px;
	width: 290px;
}

.work_detail #content .kategorie{
	width: 76px;
	height: 76px;
	position: absolute;
	right: -20px;
	top: -15px;
}

.work_detail .content_web .kategorie{
	background: url(../bilder/layout/kat_icon_web.png) top right;	
}

.work_detail .content_print .kategorie{
	background: url(../bilder/layout/kat_icon_print.png) top right;	
}

/* wok box small */
.work_box_container {
	float: left;
	position: relative;
	width: 100%;
	margin-left: -20px;
	padding-left: 20px;
	margin-top: 10px;
}

.active_work {
	background: url(../bilder/layout/active_work.png) no-repeat -7px 30px;
}

.work_box {
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px dotted #325b7d;
	overflow:hidden;
	height: 75px;
	padding-top: 10px;
}

.work_box h3 {
	float: left;
	width: 120px;
	margin: 0px;
}

.work_box .border{
	position: absolute;
	right: 0px;
	cursor:pointer;
}

.work_box img{
	float: right;
	cursor: pointer;
}

.work_box .detail {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #e5eef4;
}

.work_box .kategorie{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0px;
}


.work_box_web .kategorie{
	background: url(../bilder/layout/kat_icon_web_klein.png) top right;	
}
.work_box_print .kategorie{
	background: url(../bilder/layout/kat_icon_print_klein.png) top right;	
}
