/*CSS - Styleguide*/

/*
	http://www.romanticnails.de/
   	css styles
   
   	Copyright 2009, 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: #383838;
}

body {
    /*background: url(../img/bg_global.gif) repeat-x;*/
    font: 12px/155% Tahoma, Helvetica, Arial, Verdana, sans-serif;
    color:#333;
    line-height:180%;
    margin:0;
    padding:0;
    text-align:center;
}
	
h1{
    font-size:150%;
	font-weight:normal;
	margin:0;
	padding-bottom:10px;
	font-family: Georgia, Times;
	color:#bb1a26;
}

h2{
	font-size:11px;
	font-weight:bold;
	line-height: 120%;
	padding-bottom:10px;
}	

h3{
	font-size:140%;
	font-weight:normal;
}	

img {border:none;}

a {outline: none;}

a.text:link, a.text:visited, a.text:active {
	text-decoration: underline;
}

a.text:hover {
  	color: #bb1a26;
  	text-decoration: none;
}

a.text_pink:link, a.text_pink:visited, a.text_pink:active {
	text-decoration: underline;
	color:#bb1a26;
}

a.text_pink:hover {
  	color: #383838;
  	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #666;
	text-decoration: underline;
}

a.footer:hover {
  	color: #666;
  	text-decoration: none;
}

a.navi:link, a.navi:visited, a.navi:active {
	text-decoration: none;
	color: #383838;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

a.navi:hover {
  	text-decoration: none;
}

a.gotop:link, a.gotop:visited, a.gotop:active {
	text-decoration: underline;
	font-size: 10px;
	letter-spacing: 1px;
}

a.gotop:hover {
  	text-decoration: none;
}

.text_green{
    color: #56b40e;
}

.navi{
    width: 165px;
	background-color: #fff;
	padding: 2px 0px 1px 5px;
	margin-bottom: 1px;
}

.navi_active{
    width: 165px;
	background-color: #fff;
	padding: 2px 0px 1px 5px;
	margin-bottom: 1px;
	font-weight: bold;
}

.text_small{
    font-size: 11px;
    line-height: 130%;
}

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

.text_start{
    margin-bottom: 20px;
}

.text_second{
    margin-top: 20px;
    margin-bottom: 40px;
}

.text_follow{
    margin-bottom: 40px;
}

.sidebar_input{
    margin-bottom: 20px;
}

.gotop{
    margin-top: 40px;
}

/*------------------input------------------*/
#wrapper{	
	margin:0 auto;
	text-align:left;
	width:900px;
}

#header_01{
    width: 900px;
	height:425px;
	color:#fff;
    background: url(../img/header_01.jpg) no-repeat;
}

#header_02{
    width: 900px;
	height:425px;
	color:#fff;
    background: url(../img/header_02.jpg) no-repeat;
}

#header_03{
    width: 900px;
	height:425px;
	color:#fff;
    background: url(../img/header_03.jpg) no-repeat;
}

#header_04{
    width: 900px;
	height:425px;
	color:#fff;
    background: url(../img/header_04.jpg) no-repeat;
}

#header_05{
    width: 900px;
	height:425px;
	color:#fff;
    background: url(../img/header_05.jpg) no-repeat;
}

#header_06{
    width: 900px;
	height:425px;
	color:#fff;
    background: url(../img/header_06.jpg) no-repeat;
}

#header_07{
    width: 900px;
	height:425px;
	color:#fff;
    background: url(../img/header_07.jpg) no-repeat;
}

#header_08{
    width: 900px;
	height:425px;
	color:#fff;
    background: url(../img/header_08.jpg) no-repeat;
}

#container{
	float: left;
	text-align:left;
	width:700px;
	margin-left: 75px;
}	

#navigation{
    float: left;
	width: 200px;
	margin-top: 150px;
	margin-left: 75px;
}

#text{
    float:left;
	padding:20px 20px 50px 0px;
	background:#fff;
	width: 770px;
    background: url(../img/line.gif) repeat-y;
}

#input{
    float:left;
	width: 550px;
}

#sidebar{
    float:right;
	width: 140px;
	margin-right: 15px;
}

/*------------------footer------------------*/
#footer {
	background:#dfdfdf;
	float: left;
	width: 760px;
	font-size: 11px;
	color: #fff;
	padding: 15px 20px 20px 20px;
	line-height: 140%;
} 

.footer_left {
	color: #999;
	float: left; 
	width: 185px;
	height: 40px; 
	font-size: 11px;
	text-align: left;  
}

.footer_middle {
	color: #999;
	float: left; 
	width: 420px;
	height: 40px; 
	font-size: 11px;
	text-align: left;
}

.footer_right {
	color: #999;
	float: right;
	width: 155px;
	height: 40px; 
	font-size: 11px;
	text-align: right;
}

#gallery A {
	display:block;
	float:left;
	width:400px;
	text-align:left;
	text-decoration:none;
	color:#000;
	font-size:11px;
}

