/* b-arnold.net / media solutions */

/* Globale Einstellungen */

html {
    box-shadow: 0 0 80px #000000 inset;
}
body {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #333;
}

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

/* Header + Footer */

#header_box {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 20px;
}

#head {
    width: 100%;
    height: 50px;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.top_anker {
	padding-top: 40px;
	padding-right: 10px;
	text-align: right;
}

#bottom {
    width: 100%;
    height: 100px;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#bottom p {
	color: #333;
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    text-align: left;
    padding-top: 30px;
    margin: 0 auto;
    width: 850px;
}

#bottom p a {
	color: white;
	text-decoration: none;
}

/* Logo */

/* Navigation */

#nav {
	padding: 0;
	list-style: none; 
	height: 40px;
    float: right;
    margin-top: -25px;
}

#nav li {
	float: left; 
}
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	font-family: Trebuchet MS, Arial;
}
#nav li a:hover {
	color: white;
	background-color: #fc7a12; 
}

/* Slider */

#s3slider {
   width: 850px; /* important to be same as image width */
   height: 370px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 0;
   padding: 0;
   border-bottom: 2px dashed #ccc;
   padding-bottom: 40px;
}

#s3sliderContent {
   width: 850px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0;
   padding: 0;
   margin-top: 20px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   display: none; /* important */
   top: 0;
}

.clear {
   clear: both;
} 

/* Content */

#box_center {
    margin: 100px auto;
    width: 850px;
}

.content_box {
	width: 830px;
	padding: 10px;
	border-bottom: 2px dashed #fc7a12;
	padding: 80px 5px 80px 5px;
}

.content_text {
	line-height: 22px;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	color: #666;
}

.dashed_line {
	border-bottom: 2px dashed #ccc;
	margin: 100px 0 100px 0;
}

/* Projekte */

.projekt {
    
    height: 150px;
    background-color: #ebebeb;
    margin-top: 40px;
    padding: 20px;
    color: #fc7a12;
}

.projekt p {
	padding: 0;
	margin: 0;
}

.referenz {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	color: #333;
	font-size: 13px;
}

/* Formular */

input {
	width: 400px;
	height: 30px;
	border: 2px solid #ccc;
	line-height: 22px;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	color: grey;
	padding: 5px;
	background-color: white;
}

input:hover {
	width: 400px;
	height: 30px;
	border: 2px solid #fc7a12;
	line-height: 22px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: grey;
	padding: 5px;
	background-color: white;
}

textarea {
	width: 500px;
	height: 200px;
	border: 2px solid #ccc;
	line-height: 22px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: grey;
	padding: 5px;
	background-color: white;
}

textarea:hover {
	width: 500px;
	height: 200px;
	border: 2px solid #fc7a12;
	line-height: 22px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: grey;
	padding: 5px;
	background-color: white;
}
