/*------------------------------------------------------
GLOBAL
------------------------------------------------------*/
body{
	font-family:Arial, Tahoma, Verdana;	
	font-size:12px;	
	margin:0 auto; padding:0;
	color:#333;
	background-color:#f4f4f4;
	/*background-image:url(../images/bg_global.gif);
	background-repeat:repeat;*/
	line-height:18px
}
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none;
}
.clr{
	clear:both
}

.mtop{
	margin-top: 40px;
}

form{
	margin:0; padding:0;
}
hr{
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}


/*------------------------------------------------------
HEADLINES
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal;
	color:#666;
}
h1{
	font-size:30px; 
	line-height:32px; 
	margin-bottom:12px;
}
h2{
	font-size:24px; 
	line-height:26px; 
	margin-bottom:12px;
}
h3{
	font-size:18px; 
	line-height:20px; 
	margin-bottom:12px;
}
h4{
	font-size:16px; 
	line-height:18px; 
	margin-bottom:12px;
}
h5{
	font-size:15px; 
	margin:0px 0px 10px 0px; 
	padding:0px; 
}
h6{
	font-size:14px; 
	margin:0px 0px 10px 0px; 
	padding:0px; 
}

.green{
	color:#009a47;
}

.red{
	color:#cc0000;
}

.bo_up{
	font-weight: bold;
	text-transform: uppercase;
}

.textbox {
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 0px 20px 0px;
}

.textbox_first {
	border-bottom: 1px solid #cdcdcd;
	padding: 0px 0px 20px 0px;
}

.text11 {
	font-size: 11px;
}

.pt18{
	font-size:18px; 
	line-height:20px;
}


/*------------------------------------------------------
LINKS
------------------------------------------------------*/
a{
	color:#a2a1a1; 
	text-decoration:underline;
}

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

a.slidebox, a.slidebox:visited{
	color:#fff; 
	text-decoration:underline;
}

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

a img{
	border:none
}

.imgcenter{
	margin:0 auto 8px auto;
	display:block
}

.imgleft{
	float:left; 
	display: inline;
	margin:4px 16px 10px 0px;
}

.imgright{
	float:right; 
	display: inline;
	margin:4px 0px 10px 16px;
}

.imgleft_iconfb{
	float:left; 
	display: inline;
	margin:-5px 5px 13px 0px;
}


/*------------------------------------------------------
LISTS, BLOCKQUOTES, PARAGRAPH
------------------------------------------------------*/
p, ul, ol, blockquote{
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
}
ul, ol {
	margin:10px 0 35px 40px;
}
li ol,
li ul
{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}


/*------------------------------------------------------
TABLE
------------------------------------------------------*/
.class-table
{
  width:560px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}

.class-table td
{
  height: 30px;
  line-height: 20px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
}

.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}

.features-table td
{
  height: 30px;
  line-height: 20px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
}

.no-border td
{
  border-bottom: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.col-cell
{
  text-align: center;
}

.col-cell-class
{
  width: 150px;
  text-align: left;
}

.col-left
{
  font-size: 11px;
  text-align: left;
}

.col-cell1, .col-cell2
{
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}

.col-cell3
{
  background: #e7f3d4;  
  background: rgba(184,243,85,0.3);
}

.col-cellh
{
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea !important; 
}

.col-cellf
{
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada !important;
}


/*------------------------------------------------------
PULLQUTOES
------------------------------------------------------*/
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}


/*------------------------------------------------------
DROPCAP
------------------------------------------------------*/
.dropcap{
	float:left;
	font-size:30px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:0px;
	padding-top:1px;
	text-align:center;
	width:26px;
}


/*------------------------------------------------------
CODE
------------------------------------------------------*/
code{
	border-left:2px solid #cccccc;
  	background:#ffffff;
  	padding:5px 10px;
	font-size:11px;
  	display:block;
  	color:#858585;
  	margin-bottom:10px;
}


q { font-style: italic; }
cite { font-style: italic; }
strong { font-weight: bold; font-style: normal; }
em { font-weight: normal; font-style: italic; }
del { text-decoration: line-through; }


/*------------------------------------------------------
DROPCAPS
------------------------------------------------------*/

span.dropcap { 
	height: 32px; 
	margin: 0 8px 0 0; 
	float: left; 
	display: block; 
	font-size: 40px; 
	line-height: 40px; 
} 


/*------------------------------------------------------
used for 4 column
------------------------------------------------------*/
.col-200 { 
	display:inline-block;
	width:200px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-200-last { 
	display:inline-block;
	width:200px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}


/*------------------------------------------------------
3 COLS
------------------------------------------------------*/
.col-276 { 
	display:inline-block;
	width:260px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:10px;
}

.col-276_middle { 
	display:inline-block;
	width:430px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

.col-276-last { 
	display:inline-block;
	width:180px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}


/*------------------------------------------------------
2 COLS
------------------------------------------------------*/
.col-430 { 
	display:inline-block;
	width:430px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-430-last { 
	display:inline-block;
	width:430px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}
.col-584 { 
	display:inline-block;
	width:584px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-584-last { 
	display:inline-block;
	width:584px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}


/*------------------------------------------------------
COLUMN FAQ
------------------------------------------------------*/
.col-250 { 
	display:inline-block;
	width:250px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-250-last { 
	display:inline-block;
	width:250px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}
.button{
	background-color:#e8e8e8;
	border:solid 1px #d1d1d1;
	color:#959494;
	text-shadow:0px 1px 0px #fff;
	cursor:pointer;
	min-width:10%;
	width:20%;
	padding:6px 10px 12px 12px;
	display:block;
	margin-right:10px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	float:left;
}
.button:hover{color:#fff; text-decoration:none}


/*------------------------------------------------------
CONTAINER
------------------------------------------------------*/
#container{
	width:980px;
	margin:30px auto
}
#top_ridge{
	height:20px;
	background-image:url(../images/bg-content-top.png);
	background-repeat:no-repeat;
}
#main{
	background-image:url(../images/bg-content-repeat.png);
	background-position:top;
	background-repeat:repeat-y;
	padding:0 45px
}
#bottom_ridge{
	height:20px;
	background-image:url(../images/bg-content-bottom.png);
	background-repeat:no-repeat;
}	


/*------------------------------------------------------
TOP
------------------------------------------------------*/
#top{
	height:105px;
	/*background-image:url(../images/fahrschule_wolfrum_bayreuth_.jpg);
	background-repeat:no-repeat;
	background-position:top right;*/
}
#top_area{
	height:115px;
	/*background-image:url(../images/bg-top.gif);
	background-repeat:no-repeat;
	background-position:left top;*/
}
#logo{
	float:left;
	width:300px;
	padding-top: 25px;
}
#mainmenu{
	float:left;
	width:550px;
	position:relative;
	z-index:20;
}
#mainmenu ul{position:relative; float:left; padding:90px 15px 0 0; list-style-type:none;}
#mainmenu ul li{
	float:left;
	padding:0px 15px 10px 10px;
	color:#727472;
	position:relative;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
#mainmenu ul li a, #mainmenu ul li a:visited{
	color:#727472;
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu ul li.current a{
	text-decoration:none;
	color:#3f3f3f
}
#menu li li{
	margin:0;
	padding:0;
	z-index:100;
	background-image:none;
	
}
#menu ul{
	display:none;
	position:absolute;
	top:20px;
	left:-30px;
	width:200px;
	padding:10px 0px 10px 0px !important;
	background-color:#fff;
	float:left;
}
#menu ul ul{top:-5px; left:90px;}
#menu li ul a, #menu li ul a:visited{
	padding:3px 12px;
	text-decoration:none;
	text-transform:none;
	width:200px;
	display:block;
	font-size:11px;
	color:#727472
}
#menu li ul a:hover{
	color:#009a47;
}
.text-front{
	overflow:hidden;
	margin-bottom:0px;
}


/*------------------------------------------------------
HEAD
------------------------------------------------------*/
#header{
	height:357px;
	margin:28px 0 0 0;
	width:890px;
	position:relative;
}

#header_inside{
	height:180px;
	margin:-30px 0 0 0;
	width:890px;
	float:left;
}


/*------------------------------------------------------
SLIDESHOW
------------------------------------------------------*/
#slideshow{
	list-style-type:none;
	margin:0;
	padding:0;
	width:890px;
	height:312px;
}
#slideshow li{
	list-style-type:none;
	margin:0;
	padding:0;
	width:890px;
	height:312px;
}
.slidetext{
	position:absolute;
	bottom:0px;
	height:120px;
	width:680px;
	background-image:url(../images/bg-opacity.png);
	background-repeat:repeat;
	z-index:20;
	color:#fffefe;
}


/* for IE7 */
*:first-child+html .slidetext{
	position:absolute;
	left:0px;
	bottom:0px;
	height:120px;
	width:680px;
	background-image:url(../images/bg-opacity.png);
	background-repeat:repeat;
	z-index:20;
	color:#fffefe;
}

.slidetext h2, .slidetext h2 a, .slidetext h2 a:visited{
	font-size:20px;
	color:#fffefe;
	text-decoration:none;
}
.padtext{
	padding:20px;
}
#slidenav{
	position:absolute;
	bottom:0;
	height:45px;
	width:680px;
	background-image:url(../images/bg-opacity.png);
	background-repeat:repeat;
}
#slideprev{
	background-image:url(../images/slide-prev.png);
	background-repeat:no-repeat;
	width:13px;
	height:20px;
	position:absolute;
	left:20px;
	bottom:12px;
	cursor:pointer;
	z-index:10;
}
#slidenext{
	background-image:url(../images/slide-next.png);
	background-repeat:no-repeat;
	width:13px;
	height:20px;
	position:absolute;
	left:48px;
	bottom:12px;
	cursor:pointer;
	z-index:10;
}
#fb{
	position:absolute;
	bottom:-7px;
	right:0px;
	font-size:10px;
	color:#333;
}
#twitter img{
	vertical-align:middle;
	margin-right:8px;
	margin-top:0;
}
#twitter a{
	text-decoration:none;
	color:#5f605f
}
/*------------------------------------------------------
CONTENT
------------------------------------------------------*/
#content{
	padding:30px 0px 40px 0px;
}
#content_inside{
	padding:0px 0px 0px 0px;
}
#content_main{
	width:560px;
	float:left;
	padding-right:30px;
	padding-bottom: 60px;
}
#content_right{
	width:290px;
	float:left;
	padding-left:10px;
}
.title{
	border-bottom:solid 1px #d1d1d1;
	padding-bottom:10px;
	position:relative;
	margin-left:80px
}
.title_page{
	font-size:36px;
	margin-bottom:0;
}
.desc_title{
	color:#bebdbd;
	font-size:24px;
}

/*------------------------------------------------------
PAGE
------------------------------------------------------*/
.welcome_text{
	font-family: Georgia, Times, Times New Roman;
	font-size:28px;
	line-height:32px;
	text-align:center;
	margin-bottom:30px;
}
.butmore{
	background-color:#e8e8e8;
	border:solid 1px #d1d1d1;
	color:#959494;
	text-shadow:0px 1px 0px #fff;
	padding:5px;
	cursor:pointer;
	min-width:10%;
	width:20%;
	padding:6px 10px 12px 35px;
	display:block;
	margin:20px 0 0 0;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	background-image:url(../images/icon-button.png);
	background-repeat:no-repeat;
	background-position:15px 8px;
	float:right;
}
#homepage_text{
	background-image:url(../images/bg-glow.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:60px 0 20px 0;
}
#bottom_box{
	background-color:#e8e8e8;
	border:solid 1px #d1d1d1;
	padding:15px 20px 0 20px;
	margin-top:20px;
	position:relative
}
#container_scroll{
	width:780px;
	margin:auto auto;
	position:relative;
	list-style-type:none;

}
#container_scroll li{
	list-style-type:none;
	padding:0;
	margin:0;
}
.c_left{
	width:170px;
	float:left;
	text-align:right;
	padding-right:20px
}
.c_right{
	width:590px;
	float:left;
}
.c_right h3{
	margin-bottom:10px;
}
.social_network{
	margin-top:20px;
	border-top:solid 1px #d1d1d1;
	text-align:right;
	padding:15px 0 0px 0;
}
.social_network img{
	vertical-align:middle;
	display:inline;
	padding-left:4px;
}
#arrowprev{
	background-image:url(../images/nav-prev.png);
	background-repeat:no-repeat;
	width:14px;
	height:21px;
	position:absolute;
	left:18px;
	top:80px;
	cursor:pointer;
	z-index:10;
}
#arrownext{
	background-image:url(../images/nav-next.png);
	background-repeat:no-repeat;
	width:14px;
	height:21px;
	position:absolute;
	right:18px;
	top:80px;
	cursor:pointer;
	z-index:10;
}


/*------------------------------------------------------
COLUMN
------------------------------------------------------*/
.two_column{
	width:48%;
	float:left;
	margin-right:4%;
}
.nomargin{
	margin-right:0;
}
.two_column .imgleft{
	margin-bottom:30px;
}


/*------------------------------------------------------
CONTENT LIST
------------------------------------------------------*/
ul.row{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
}
ul.row li{
	list-style-type:none;
	display:list-item;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}
ul.checklist{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
}
ul.checklist li{
	list-style-type:none;
	display:list-item;
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 25px;
	background-position:0px -2px;
	background-image:url(../images/list-large.png);
	background-repeat:no-repeat;
	line-height:16px;
}
ul.displayrow{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
}
ul.displayrow li{
	list-style-type:none;
	display:list-item;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:solid 1px #d5d5d5;
}
ul.number_list{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
}
ul.number_list li{
	background-image:none !important;
	padding-left:0px !important;
	margin-bottom:15px;
}
ul.icon_contact{
	list-style-type:none;
	margin:0px 0px 5px 0px;
	padding:0px;
}
ul.icon_contact li{
	width:259px;
	background-image:none !important;
	padding-left:0px !important;
	margin:-9px 0px 11px 0px;
}


/*------------------------------------------------------
SIDEBAR
------------------------------------------------------*/
#sidebar h2{
	font-size:18px;
	margin-bottom:8px;
}
.side_box{
	background-color:#F4F4F4;
	border:solid 1px #d5d5d5;
	border-width:1px 0;
	padding:15px 15px;
	margin-bottom:30px;
}
#sidebar ul{
	list-style-type:none;
	margin:0px;
}
#sidebar ul ul{
	list-style-type:none;
	margin:0px 0px 0px 0px;
}
#sidebar ul li a, #sidebar ul li a:visited{
	color:#009a47;
	text-decoration:none;
}
#sidebar ul li a:hover{
	color:#666;
	text-decoration:none;
}
#sidebar ul ul li{
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	padding:5px 0 5px 15px;
	background-position:0 10px
}

.widget_cycle li{
	background-image:none !important;
	padding-left:0px !important;
	margin-bottom:20px;
	}
.widget_cycle blockquote{
	margin-bottom:0px;
}
.widget_cycle .testi_name{
	text-align:right;
	display:block
}
#widget_brochure{
	height:64px;
}
#widget_brochure img{
	margin-right:0px;
}
#widget_brochure h2{
	font-size:22px;
	margin-bottom:0px;
	padding-top:5px;
}
#widget_ads{
	text-align:center;
}
#widget_ads img{
	margin-left:3px;
}
/*------------------------------------------------------
About
------------------------------------------------------*/
.italic-text{
	font-size:16px;
	font-style:italic;
	line-height:22px;
}
.title-border{
	border-bottom:solid 1px #d1d1d1;
	padding:0 0 10px 0;
	margin-bottom:17px
}
.title-border h3{
	margin-bottom:5px;
}
.title-border .imgleft{
	margin:0 8px 0 0;
}


/*------------------------------------------------------
SERVICE
------------------------------------------------------*/
.col_icon{
	float:left;
	width:160px;
	
}
.col_text{
	float:left;
	width:400px;
}
.large_number{
	font-size:36px;
	float:left;
	line-height:38px;
}
ul.number_list li p{
	margin-left:40px;
	margin-bottom:10px;
	font-style:italic;
}
.text_list{
	font-weight:bold;
	margin-left:40px;
}


/*------------------------------------------------------
GALLERY
------------------------------------------------------*/
#gallery_portfolio{
	list-style-type:none;
	margin:0;
	padding:0;
}

#gallery_portfolio li{
	list-style-type:none;
	margin:0 28px 0 0;
	background-color:#F4F4F4;
	border:solid 1px #d5d5d5;
	border-width:1px 0;
	padding:15px 15px;
	margin-bottom:30px;
	width:248px;
	float:left;
}
#gallery_portfolio li.nomargin{
	margin-right:0 !important;
}
#gallery_portfolio li img{
	margin-bottom:8px;
}
#gallery_nav{
	padding:20px 0 20px 0;
}
#gallery_nav a#gal_prev{
	text-decoration:none;
	font-size:13px;
	border:solid 1px #d1d1d1;
	background-color:#e8e8e8;
	padding:8px 20px 13px 30px;
	background-image:url(../images/gallery_prev.png);
	background-repeat:no-repeat;
	background-position:12px 12px;
	text-shadow:0px 1px 0px #fff;
	width:50px;
}
#gallery_nav a#gal_next{
	text-decoration:none;
	font-size:13px;
	border:solid 1px #d1d1d1;
	background-color:#e8e8e8;
	padding:8px 30px 13px 20px;
	background-image:url(../images/gallery_next.png);
	background-repeat:no-repeat;
	background-position:60px 12px;
	text-shadow:0px 1px 0px #fff;
	width:50px;
	float:right;
	margin-top:-10px
}


/*------------------------------------------------------
IE7 HACK
------------------------------------------------------*/
*:first-child+html .input-submit{
	background-image:url(../images/but-send.jpg);
	background-repeat:no-repeat;
	border:none;
	width:84px; 
	height:34px; 
	cursor:pointer; 
	float:right; 
	margin-top:10px;
	margin-right:-12px;
	color:#959494;
	font-size:13px;
	text-shadow:0px 1px 0px #fff;
}

.textarea{
	border:1px solid #d5d5d5;
	font-size:12px;
	overflow:hidden;
	width:406px; 
	padding:6px 5px; 
	margin:0px 0px 5px 0px; 
	color:#959494;
	font-family:Arial;
}
.loading{
    background:url(../images/loading-contact.gif) no-repeat;
	background-position:0px 3px;
    padding-left:25px;
	color:#797979;
    margin:19px 20px 0px 0px;
    float:right;
}
.success-contact{
	text-align:center;
    color:#3F9153;
	margin-bottom:10px;
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(../images/success.png) no-repeat;
	background-position:120px 9px;
    border:1px solid #A3F7B8;
} 


/*------------------------------------------------------
FOOTER
------------------------------------------------------*/
#footer{
	height: 100px;
	background-image:url(../images/fahrschule_wolfrum_bayreuth.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:20px 0 60px 0;
	font-size:11px;
	border-top:1px solid #cccccc;
}

.ChillBox{

line-height:1.1;

}
