
/*
   http://www.rausch-computerkassen.de/
   
   css styles
   
   Copyright 2008, Markus Spiske
   http://www.temporausch.com
*/

/*----------general styles----------*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin:0;
	padding:0;
	color:#333;
}

body {
	font:12px/155% Lucida Sans, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

h1 {
	font-size:12px;
	color:#0127a7;
	font-weight:bold;
}

h2 {
	font-size:12px;
	color:#333;
	font-weight:bold;
}

h3 {
	font-size:9px;
	color:#fff;
	font-weight:normal;
}

h4 {
	font-size:14px;
	color:#0127a7;
	font-weight:bold;
	text-align:center;
	background-color:#e1e1e1;
	padding:10px;
	border-top:solid 1px;
	border-bottom:solid 1px;
	border-color:#ccc;
}

a.navi_footer:link, a.navi_footer:visited, a.navi_footer:active {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

a.navi_footer:hover {
  	color:#fff;
  	font-weight:normal;
	text-decoration:none;
}

a.grey:link, a.grey:visited, a.grey:active {
	color:#333;
	line-height:175%;
	font-weight:normal;
	text-decoration:none;
}

a.grey:hover {
  	color:#0127a7;
  	line-height:175%;
  	font-weight:normal;
	text-decoration:none;
}

a.subnavi:link, a.subnavi:visited, a.subnavi:active {
	color:#0127a7;
	line-height:175%;
	font-weight:bold;
	text-decoration:none;
	padding-left:30px;
}

a.subnavi:hover {
  	color:#999;
  	line-height:175%;
  	font-weight:bold;
	text-decoration:none;
	padding-left:30px;
}

a.white_12:link, a.white_12:visited, a.white_12:active {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a.white_12:hover {
  	color:#fff;
  	font-weight:bold;
	text-decoration:none;
}

a.grey_12:link, a.grey_12:visited, a.grey_12:active {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}

a.grey_12:hover {
  	color:#333;
  	font-weight:bold;
	text-decoration:none;
}

a.blue_12:link, a.blue_12:visited, a.blue_12:active {
	color:#0127a7;
	font-weight:normal;
	text-decoration:none;
}

a.blue_12:hover {
	color:#0127a7;
	font-weight:normal;
	text-decoration:none;
}

.blue {
  	color:#0127a7;
 	font-weight:bold;
}

.blue_small {
	font-size:10px;
  	color:#0127a7;
 	font-weight:normal;
}

.text_bold {
  	color:#333;
 	font-weight:bold;
}

.in {
	padding-left:15px;
	color:#0127a7;
}

.in_imp {
	font-size:10px;
	padding-left:15px;
}

.style_navigation {
	padding-left:80px;
	padding-top:4px;
	color:#fff;
	text-decoration:none;
}

ul {
	list-style-type:square;
	padding-left:0px;
	padding-top:0px;
	font-size:11px;
}


.clear {
	clear:both;
}



/*----------formular----------*/

form div label {
	float:left;
	width:120px;
	font-size:11px;
	color:#666;
}

form div {
	clear:left;
	margin:0;
	padding:0;
	padding-top:0.6em;
}

input.txt {
	border: 1px solid #d6d6d6;
	font-size:11px;
	color:#666;
	width:220px;
	margin-bottom:0px;
}

input.send {
	border: 1px solid #d6d6d6;
	font-size:11px;
	color:#666;
	width:220px;
	margin-top:20px;
}

textarea {
	border: 1px solid #d6d6d6;
	font-size:11px;
	color:#666;
	width:220px;
	margin-top:0px;
}

select {
	border: 1px solid #d6d6d6;
	font-size:11px;
	color:#666;
	width:220px;
	margin-top:0px;
}

#order {              
	margin-top:10px;
	margin-left:25px;
	font-size:10px;
}

/*----------container----------*/
#container {
	width:1000px;
	margin:0 auto;
}

/*----------head----------*/
#head {
	width:935px;
	height:130px;
	margin-top:10px;
	padding-left:65px;
	padding-top:45px;
	background:url(../img/head_bg.gif) no-repeat; 
	text-align:left;
}

/*----------menu----------*/
#navigation_frame{
	background:url(../img/navi_bg.gif) no-repeat;
	width:1000px;
	height:30px;
}	

#navigation {
	margin-left:120px;
	padding-top:5px;
	height:20px;
}

/*----------content----------*/
#content_frame {
	width:1000px;
	text-align:left;
	float:left;
	background:url(../img/content_bg.gif) repeat-y;
}

#content {
	width:870px;
	margin-left:65px;
	text-align:left;
}

/*----------pic----------*/
#pic {          
	background:url(../img/content_bg.gif) repeat-y;	    
	width:1000px;
	height:250px;
}

#film {          
	width:870px;
	height:230px;
	padding-left:65px;
}

/*----------text----------*/
#box_01 {              
	width:415px;
	float:left;
	margin-left:0px;
	padding-top:30px;
	padding-left:0px;
}

#box_subnavi {              
	width:300px;
	float:left;
	margin-left:0px;
	padding-top:30px;
	padding-left:0px;
}

#box_content {              
	width:500px;
	float:right;
	margin-left:0px;
	padding-top:30px;
	padding-left:40px;
}

#pp {              
	width:200px;
	float:left;
	margin-bottom:10px;
}

#pt {              
	width:270px;
	float:right;
	margin-bottom:30px;
	padding-left:10px;
}

#box_content_fix {              
	width:500px;
	height:600px;
	float:right;
	margin-left:0px;
	padding-top:30px;
	padding-left:40px;
}

#gotop {              
	width:500px;
	float:left;
	margin-left:0px;
	padding-top:0px;
	font-size:10px;
}

#box_02 {              
	width:415px;
	height:270px;
	float:right;
	margin-left:0px;
	padding-top:30px;
	padding-left:40px;
	background:url(../img/bg_box_02.gif) no-repeat;
}

#box_02_1 {              
	width:180px;
	float:left;
	margin-left:0px;
	padding-top:0px;
	padding-left:20px;
}

#box_02_2 {              
	width:180px;
	float:right;
	margin-left:0px;
	padding-top:0px;
	padding-left:00px;
}

#box_03 {              
	width:870px;
	float:left;
	margin-left:0px;
	padding-top:30px;
	padding-left:0px;
}

#gotop {              
	width:400px;
	float:left;
	margin-left:0px;
	margin-top:60px;
}


/*----------footer----------*/
#footer {
	height:150px;
	width:1000px;
	float:left;
	background: url(../img/content_footer_bg.gif) no-repeat;
}

#content_footer {
	width:870px;
	height:100px;
	margin-left:65px;
	padding-top:32px;
	padding-left:0px;
	text-align:center;
	
}

/*----------SLIMBOX----------*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	line-height: 1.4em;
	font-weight:normal;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	padding-top: 0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}









