/*CSS - Styleguide*/

/*
	http://daysofthunder.eu/
   	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: #666;
}

body {
	font: 11px/175% Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/body_bg.gif) repeat-x;
	text-align: center;
}

h1 {
	font-family: Georgia, Geneva;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #999999;
}

h2 {
	font-family: Georgia, Geneva;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #999999;
}

h3 {
	font-family: Georgia, Geneva;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #999999;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	color: #999;
	text-align: center;
}

h5 {
	font-size: 9px;
	font-weight: bold;
	color: #ba1018;
	text-align: center;
}

a {text-decoration: none; outline: none;}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}

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

a.navi:link, a.navi:visited {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

a.navi:hover, a.navi:active {
	font-size: 10px;
  	color: #e1e1e1;
  	text-decoration: none;
}

a.grey:link, a.grey:visited {
	color: #999;
	text-decoration: underline;
}

a.grey:hover, a.grey:active {
  	color: #999;
  	text-decoration: none;
}

a.grey_down:link, a.grey_down:visited {
	color: #666;
	line-height: 200%;
	text-decoration: none;
	border-bottom: 1px dotted #cfcfcf;
}

a.grey_down:hover, a.grey_down:active {
  	color: #666;
	line-height: 200%;
	text-decoration: none;
	border-bottom: 1px dotted #cfcfcf;
}

a.top:link, a.top:visited {
	color: #999;
	text-decoration: none;
}

a.top:hover, a.top:active {
  	color: #999;
  	text-decoration: none;
}

a img, a:hover img {
	border: none;
}

.highlight_content {
	margin-top:7px;
	font-size: 10px;
	color: #e1e1e1;
	font-weight: normal;
	line-height: 130%;
}

.indent_box {
	padding-left: 10px;
}

hr {
	border:none;
	width:522px;
  	color:#ccc;
  	background-color:#ccc;
 	height:1px;
}

.topevent {
	width: 100%;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-align: left;
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	border: solid 1px;
	border-color: #ccc;
	background: url(../img/button_topevent.gif) no-repeat;
	background-position: top right;
}

.topevent_blank {
	width: 100%;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-align: left;
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	border: solid 1px;
	border-color: #ccc;
}

.pdot {
	text-align: left;
	height: 135px;
	clear:both;
}

.uedot {
	text-align: left;
	height: 165px;
	clear: both;
}

.clear {
	clear: both;
}

/*------------------button------------------*/
#button {
    position: fixed;
    top: 0; left: 0;
}

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

/*------------------head------------------*/
#head {
	width: 880px;
	height: 200px;
	margin-top: 30px;
	text-align: left;
}

/*------------------navi------------------*/
#navi { 
	float: right;  
}

ul {
    list-style-type: none;
    margin:	0;
    padding: 0;
}
   
li {
    width: 100px;
    margin: 2px;
    float: left;
    text-align: center;
}

li a {
    text-decoration: none;
    color:#1a1a1a;
    display: block;
    background-color: #eee;
    padding: 2px 0px;
    border: 1px solid #1a1a1a;
}

li a:hover {
    color: #fff;
    background-color: #1a1a1a;
}

/*------------------highlights------------------*/

#highlights { 
	width: 880px;
	height:250px;
	float: left;
	margin-top: 20px;  
	text-align: left;

}

#highlight_1 { 
	width: 250px;
	float: left; 
	margin-left: 0px;
}

#highlight_2 { 
	width: 250px;
	float: left; 
	margin-left: 65px;
}

#highlight_3 { 
	width: 250px;
	float: right; 
}

/*------------------content------------------*/
#content {
	width: 880px;	
	text-align: left;
	margin-top: 20px;
	float: left;
}

#content_frame {
	width: 880px; 	
}

/*------------------text------------------*/
#text {
	width: 500px;
	padding-left: 0px;
	float: left;
	text-align: left;	 		
}

/*--------------acordion style---------------*/
#news_01 {
	float: left;
	text-align: left;
}

#news_02 {
	float: left;
	text-align: left;
}

#news_03 {
	float: left;
	text-align: left;
}

#news_04 {
	float: left;
	text-align: left;
}

#news_05 {
	float: left;
	text-align: left;
}

/*------------------gotop------------------*/
#gotop {
	width: 880px;
	height: 25px;
	padding-top: 20px;
	float: left;
	text-align: left;	 		
}

/*------------------box_right------------------*/
#box_right_1 {
	background: url(../img/icon_date.gif) no-repeat;
   	border: 1px solid #ccc;
	padding: 15px;
	font-size: 10px;
	width: 250px;
	float: right;
	text-align: left;	 		
}

#box_right_2 {
	background: url(../img/icon_pics.gif) no-repeat;
	margin-top: 20px;
   	border: 1px solid #ccc;
	padding: 15px;
	font-size: 10px;
	width: 250px;
	float: right;
	text-align: left;	 		
}

#box_right_3 {
	background: url(../img/icon_highlight.gif) no-repeat;
	margin-top: 20px;
   	border: 1px solid #ccc;
	padding: 15px;
	font-size: 10px;
	width: 250px;
	float: right;
	text-align: left;	 		
}

#box_right_4 {
	margin-top: 20px;
   	border: 1px solid #ccc;
	padding: 15px;
	width: 250px;
	float: right;
	text-align: left;
	margin-bottom: 30px;	 		
}

#box_right_5 {
	background: url(../img/icon_tour.gif) no-repeat;
	margin-top: 20px;
   	border: 1px solid #ccc;
	padding: 15px;
	font-size: 10px;
	width: 250px;
	float: right;
	text-align: left;	 		
}

#box_right_6 {
	background: url(../img/icon_partner.gif) no-repeat;
	margin-top: 20px;
   	border: 1px solid #ccc;
	padding: 15px;
	font-size: 10px;
	float: right;
	text-align: left;	 		
}

/*------------------footer------------------*/

#footer	{
	background-color: #f2f2f2;
	border-top: 1px solid #e1e1e1;
	width: 100%;
	padding-top: 0px;
	font-size: 10px;
	height: 300px;
	color: #1a1a1a;
	position: relative;
  	bottom: 0;
}

#footer_content {
	margin: 0 auto;
	height: 230px;
	width: 880px;
	padding-top: 40px;
	text-align: left;
	background: url(../img/logo_dot_events_down.gif) no-repeat;
	background-position: top right; 	 		
}

#footer_left {
	float: left;
	width: 250px;
	text-align: left;	 		
}

#footer_middle {
	float: left;
	width: 250px;
	margin-left: 65px;
	text-align: left;	 		
}

#footer_right {
	float: right;
	width: 250px;
	text-align: left;	 		
}

/*------------------slimbox------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #161616;
	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: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #b29f87;
	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;
}




