
/*Button*/
.button[type="submit"] {
  background-color: #c50a1f;
  color: #fff;
  cursor: pointer;
  font:  bold 1em/1.2 Tahoma, Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 3px #333;
  border: 1px solid #e35061;
  padding: 5px 10px;
  width: auto;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius: 0;
  margin-top: 50px;
  margin-left: 150px;
  background: -moz-linear-gradient(top, #e1001a, #c50a1f);
  background: -webkit-gradient(linear, left top, left bottom,
  color-stop(0, #e1001a), color-stop(1, #c50a1f));

  filter: progid:DXImageTransform.Microsoft.gradient
  (startColorStr=#e1001a, EndColorStr=#c50a1f);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient
  (startColorStr=#e1001a, EndColorStr=#c50a1f)";	
   -webkit-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
  0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;

  -moz-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
  0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;

  box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
  0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
}

.button[type="submit"]:hover {
  background: #c50a1f;
  text-shadow: none;
}


/* Form */

form {
	width: 460px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px auto;
}

label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 10px;
  margin-top: 5px ;
}

textarea {
  font-size: 1em;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: black;
  background: #d0d0d0;
  border: 1px solid #ccc;
  margin-left: 0px;
  margin-top: 5px;
  padding: 3px 3px;
}

textarea:active, textarea:focus, textarea:hover {
background: #e9e9e9;
}  

input, select {

 display: block; 
 font-size: 1em;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: black;
 background: #d0d0d0;
 border: 1px solid #ccc;
 padding: 2px 2px;
 margin: 5px;
  
} 


input:active, input:focus, input:hover {
background: #e9e9e9;
	
}  

.blue {
	color: #0099CC;
	font-weight: bold;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(form/images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(form/images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('form/images/top_left.png') no-repeat;
	_background : url('form/images/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('form/images/top.png') repeat-x;
	height : 17px;
	_background : url('form/images/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('form/images/top_right.png') no-repeat;
	_background : url('form/images/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('form/images/left.png') repeat-y;
	width : 17px;
	_background : url('form/images/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('form/images/right.png') repeat-y;
	width : 22px;
	_background : url('form/images/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('form/images/bottom_left.png');
	_background : url('form/images/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('form/images/mark.png') no-repeat;
	height : 36px;
	_background : url('form/images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('form/images/bottom_right.png');
	_background : url('form/images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('form/images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('form/images/error.png') no-repeat;
	_background : url('form/images/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}

/* the main layout */


#foto {
	width: 373px;
	float: left;
	margin-top: 0px;
}
#img {
	overflow: hidden;
	width: 320px;
	height: 300px;
}
.basic {
	width: 505px;
	border: 1px dashed grey;
}
.basic div {
}
.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	color: black;
	background-color: crimson;
	background-image: url("tab_2.png");
}
.basic a.selected {
	color: black;
	background-color: silver;
	background-image: url("tab.png");
}
body {
	color: #CCCCCC;
	margin: 0px;
	padding: 50px 0px 0px;
	background: #000000 url(images/1280.jpg) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
h1, h2 {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	font-size: 20px;
	color: #FFFFFF;
	border-bottom: 1px dotted #56585D;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: black 0 3px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}


.legend {
	background: crimson;
	padding: 4px;
	border: 1px solid #fff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 4px;
	font-weight: bold;
}
.anfrage label {
	display: block;
	width: 11em;
	float: left;
	padding-left: 5px;
}
.oka {
	color: #FF9900;
}
.blue {
	color: #0099FF;
}
.boxholder {
	clear: both;
	padding: 5px;
	background: snow;
}
.buttons {
	text-align: center;
}
.clear {
	clear: both;
}
.green {
	color: #66CC00;
}
.kontaktdaten label {
	display: block;
	width: 11em;
	float: left;
	padding-left: 5px;
}
.orange {
	color: #EC420F;
}
.red {
	color: #C90132;
}
.searchpage {
	color: #CCCCCC!important;
	background: #FFFFFF!important;
	padding: 20px;
}
.smallfont {
	font: 11px Tahoma, Arial, Verdana;
	color: #C90132;
}
.tab {
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
}
.tabtxt {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}
.white {
	color: #FFFFFF;
}
.zeropad {
	padding: 0px !important;
}

/* content */

#content {
	clear: both;
	width:780px;
}
#content .about {
	float: left;
	width: 430px;
	letter-spacing: 4px;
	line-height: 16px;
	font-size: 12px;
}
#content .video {
	float: left;
	width: 480px;
}

#content .reel {
	float: left;
	width: 780px;
}
.info {
	margin-top: 35px;
	float: left;
	width: 430px;
	letter-spacing: 1px;
	line-height: 12px;
	font-size: 11px;
}
#content .news {
	float: right;
	width: 280px;
	height: 400px;
	margin-right: 12px;
	letter-spacing: 4px;
	line-height: 16px;
	font-size: 11px;
}
#content .contact {
	float: right;
	width: 245px;
	margin-right: 12px;
}
#content .alternat {
	float: right;
	width: 235px;
	margin-top: 12px;
	margin-bottom: 12px;
	font: 11px Tahoma, Arial, Verdana;
	line-height: 13px;
	padding-left: 4px;
	padding-bottom: 4px;
	border: 1px dashed grey;
	letter-spacing: 2px;
}

#content .links {
	float: right;
	width: 235px;
	margin-top: 12px;
	margin-bottom: 12px;
	font: 11px Tahoma, Arial, Verdana;
	line-height: 20px;
	padding-left: 4px;
	padding-bottom: 4px;
	border: 1px dashed grey;
	letter-spacing: 5px;
}

#content .daten {
	float: right;
	width: 235px;
	font: 11px Tahoma, Arial, Verdana;
	line-height: 16px;
	padding: 5px;
	border: 1px dashed grey;
}
#content .download {
	float: right;
	width: 250px;
	font: 11px Tahoma, Arial, Verdana;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 0px;
}
#content .facts {
	float: right;
	width: 250px;
	margin-top: 1px;
	font: 11px Tahoma, Arial, Verdana;
	line-height: 16px;
}
#content .fl_content {
	float: left;
	width: 430px;
}
#content .galerie {
	float: right;
	width: 245px;
	border: 1px dashed grey;
	padding: 5px;
}
#content .infobox {
	border-top: 4px solid;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	letter-spacing: 1px;
}
#content .kontakt {
	float: left;
	width: 480px;
}
#content .pic {
	float: right;
	width: 280px;
	height: 500px;
	background-image: url("case2.png");
	background-position: left 40%;
	background-repeat:no-repeat;
	letter-spacing: 4px;
	line-height: 16px;
	font-size: 11px;
	margin-top: 9px;
	
}

#content .foto {
	float: right;
	width: 280px;
	height: 780px;
		
}


#content .showreel_fl {
	float: left;
	width: 430px;
	margin-top: 20px;
}

#content .smallcol {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	color: #333333;
}
#content .vita {
	float: left;
	width: 500px;
	line-height: 18px;
	margin-bottom: 20px;
}
* html fieldset {
	padding: 5px;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.thumb {
	border: 5px solid #CECED0;
}
a.thumb:hover {
	border: 5px solid #f2f2f2;
}
/* Footer */
#footer {
	color: #999999;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(_images/bg-line-hrz.gif) repeat-x top;
	font: 11px/18px Tahoma, Arial, Verdana;
}
#footer .keywords {
	color: #CCCCCC;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	padding-top: 10px;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer .valid {
	font: 9px Arial, Helvetica, sans-serif;
	clear: both;
	padding: 10px 0px 5px;
	margin: 40px;
}
#footer .valid a {
	background: #000000;
	padding: 2px 5px;
	font-weight: bold;
	font: 9px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 3px;
}
#footer .valid a:hover {
	color: #FFFFFF;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
#footercontent {
	width: 730px;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}
/* header */
#header {
	clear: both;
	height: 300px;
	background: #FFFFFF url(images/bg-bookmid.jpg) repeat-y center;
	padding: 10px;
	width: 760px;
}
#header .left {
	background: #000000 url(images/bg-hdr-left-blk.gif) repeat-y right;
	padding: 10px;
	width: 355px;
	float: left;
	height: 280px;
}
#header .right {
	background: #F2F2F2 url(images/bg-hdr-rgt.jpg) repeat-y left;
	width: 375px;
	float: right;
	height: 300px;
}
/* links */
#links {
	clear: both;
	padding-top: 85px;
	text-align: center;
}
#links .act a {
	color: #66CC00;
}
#links .act a:hover {
	color: #66CC00;
}
#links .first a {
	border-left-style: none !important;
	padding-left: 0px;
}
#links .last a {
	padding-right: 0px;
}
#links li {
	display: inline;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
#links li a {
	color: #999999;
	text-decoration: none;
	padding: 0px 10px;
	border-left: 1px solid #333333;
	font: normal 11px/45px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #1e90ff;
	

}
#links li a:hover {
	color: #FFFFFF;
}
#links ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#logo {
	padding-top: 50px;
	width: 355px;
	clear: both;
	text-align: center;
}
#logo_pdf {
	height: 40px;
	background-repeat: no-repeat;
	width: 250px;
	float: right;
	margin-top: 10px;
	
}
/* Page */

#page {
	width: 780px;
	margin: 0px auto;
	clear: both;
}
/* Book Shadow */
#shadow {
	clear: both;
	height: 30px;
	background: url(images/shadow.gif) no-repeat top;
}

