/*------------------------------------------------------------------
[STYLE STYLESHEET]

Project:			Oldtimer-Lernwerkstatt
Version:			1.0
Last change:	19.10.2009 []
Assigned to:	Thomas Sandner - www.thomassandner.de
-------------------------------------------------------------------*/

* { margin: 0; padding: 0; }
body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #D8DFE1 url(../img/bg_topbar.jpg) repeat-x top left;
}
body a {
	outline:none;
}

/* WRAP 
	------------------------------------------------------- */
#wrap {
	margin: 0 auto;
	width: 960px;
	background: url(../img/background.jpg) no-repeat top left;
}

/* TOPBAR 
	------------------------------------------------------- */
#topbar {
	margin: 0; 
	padding-top: 8px;
	height: 33px;
	color: #fff;
	font-size: 80%;
	text-align: right;
}
#topbar a:link, #topbar a:visited {
	color: #fff;
	text-decoration: none;
}
#topbar a:hover, #topbar a:active {
	color: #fff;
	text-decoration: underline;
}

/* HEADER 
	------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	height: 180px;
}

/* LOGO */ 
#header #logo {
	margin: 0;
	padding: 0;
	float: left;
	}	
#header #logo a {
	width: 200px;
	height: 140px;
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/logo.gif) no-repeat 0 0;
	text-indent: -5000px;
}
#header #logo a:hover { text-decoration: none; }

/* NAVIGATION */ 


#navigation {
	width: 760px;
	height: 140px;
	float: left;
}
.nav {
	width: 740px;
	height: 52px;
	background: url(../img/navigation.png) no-repeat;
	position: relative;
	top: 60px;
	left: 20px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 52px;
	text-indent: -9000px;
	overflow: hidden;
}
/* Navigation Startseite */
.nav .index a:link, .nav .index a:visited { left: 0px; width: 131px; }
.nav .index a:hover, .nav .index a:focus { background: url(../img/navigation.png) no-repeat -0px -104px; }
.nav .index a:active { background: url(../img/navigation.png) no-repeat -0px -52px; }
.current-1 .index a:link, .current-1 .index a:visited { background: url(../img/navigation.png) no-repeat -0px -52px; cursor: default; }

/* Navigation Werkstatt */
.nav .werkstatt a:link, .nav .werkstatt a:visited { left: 132px; width: 129px; }
.nav .werkstatt a:hover, .nav .werkstatt a:focus { background: url(../img/navigation.png) no-repeat -132px -104px; }
.nav .werkstatt a:active { background: url(../img/navigation.png) no-repeat -132px -52px; }
.current-2 .werkstatt a:link, .current-2 .werkstatt a:visited { background: url(../img/navigation.png) no-repeat -132px -52px; cursor: default; }

/* Navigation Seminare */
.nav .seminare a:link, .nav .seminare a:visited { left: 262px; width: 128px; }
.nav .seminare a:hover, .nav .seminare a:focus { background: url(../img/navigation.png) no-repeat -262px -104px; }
.nav .seminare a:active { background: url(../img/navigation.png) no-repeat -262px -52px; }
.current-3 .seminare a:link, .current-3 .seminare a:visited { background: url(../img/navigation.png) no-repeat -262px -52px; cursor: default; }

/* Navigation Forum */
.nav .forum a:link, .nav .forum a:visited { left: 391px; width: 103px; }
.nav .forum a:hover, .nav .forum a:focus { background: url(../img/navigation.png) no-repeat -391px -104px; }
.nav .forum a:active { background: url(../img/navigation.png) no-repeat -391px -52px; }
.current-forum .forum a:link, .current-forum .forum a:visited { background: url(../img/navigation.png) no-repeat -391px -52px; cursor: default; }

/* Navigation Kontakt */
.nav .kontakt a:link, .nav .kontakt a:visited { left: 495px; width: 112px; }
.nav .kontakt a:hover, .nav .kontakt a:focus { background: url(../img/navigation.png) no-repeat -495px -104px; }
.nav .kontakt a:active { background: url(../img/navigation.png) no-repeat -495px -52px; }
.current-4 .kontakt a:link, .current-4 .kontakt a:visited { background: url(../img/navigation.png) no-repeat -495px -52px; cursor: default; }


/* MAIN 
	------------------------------------------------------- */
#main {
	margin: 0 auto;
	width: 960px;
	clear: both;
}
#content {
	margin: 0;
	padding: 20px 0 40px 0;
	line-height: 1.5;
	font-size: 110%;
}
#content img {
	float: left;
	padding: 0px 20px 20px 0;
}
#content h3 {
	margin-top: 30px;
	color: #48575D;
}


/* FOOTER 
	------------------------------------------------------- */
#footer {
	background-color: #323D41;
}
#footermain {
	margin: 0 auto;
	padding-top: 40px;
	height: 100px;
	width: 960px;
	/* background: #323D41 url(../img/bg_footer.jpg) top left no-repeat; */
	font-size: 90%;
	/* color: #fff; */
	color: #C7CBCD;
	line-height: 1.4;
}
#footermain a:link, #footermain a:visited {
	color: #CCFF00;
	font-weight: normal;
	text-decoration: none;
}
#footermain a:hover, #footermain a:active {
	color: #CCFF00;
	font-weight: normal;
	text-decoration: underline;
}

/* BREADCRUMB 
	------------------------------------------------------- */
#breadcrumb {
	margin-bottom: 0px; font-size: 90%;
}

/* INDEX SLIDE 
	------------------------------------------------------- */
/* navigation */
#slide #nav {
	background: url(../img/bg_topimage_nav.jpg);
	height: 60px;	
	width: 960px;
	margin: 0 auto;
}
#slide #nav ul {	
	width: 960px;
	margin: 0 auto;
}
#slide #nav li {	
	margin: 8px 0 0 0;
	padding-left: 20px;
	float: left;
	width: 204px;
	height: 32px;
	list-style: none !important;
	text-align: center;
}
#slide #nav a {
	background: url(../img/topimage_nav.jpg);
	color: #333333;
	display: block;
	padding: 8px;
	position: relative;
	word-spacing: -2px;
	font-size: 11px;		
	text-decoration: none;
	height: 25px;
}	
#slide #nav a.current {
	background: url(../img/topimage_nav_active.jpg);
	height: 25px; 
	color: #fff;
}
#slide #nav strong {
	display: block;		
	font-size: 13px;
}
/* panes */
#slide #panes {
	background: url(../img/bg_topimage.jpg) no-repeat 0 0;
	width: 960px;	
	height: 310px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}
/* crossfading effect needs absolute positioning from the elements */
#slide #panes div {
	display: none;		
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
	color: #000;	
	width: 900px;
	line-height: 1.5;
}
#slide #panes img {
	float:left;
	margin-right:20px;		
}
#slide #panes p.more {
	color: #993300;
	font-weight:bold;
}
#slide #panes h3 {
	margin: 0 0 -5px 0;
	font-size: 24px;
	font-weight: bold;
	color: #993300;
}

/* SUBNAVIGATION IN SIDEBAR
	------------------------------------------------------- */
#subnav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	border-top: 1px solid #BBC4C7;
}
#subnav li {
	margin: 0;
	padding: 3px 0 3px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #BBC4C7;
}
#subnav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 34px;
	line-height: 2;
	background: url(../img/icon_pfeil.gif) 3px 3px no-repeat;
}
#subnav a:hover, #subnav a:active {
	background: #efefef url(../img/icon_pfeil_hover.gif) 3px 3px no-repeat;
	font-weight: bold;
}
#subnav li.current a {
	background: #efefef url(../img/icon_pfeil_hover.gif) 3px 3px no-repeat;
	font-weight: bold;
	color: #993300;
}


/* Boxes
-------------------------------------------------------------- */
.box {
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
}
.box h4, .box h5 { 
	font-weight: bold; 	
	margin: 0 0 10px 0; 
	padding: 10px; 
	line-height: 1.3;
	color: #fff;
	background-color: #993300;
	/* color: #323D41; 
	background-color: #B4C0C5; */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
/*
.box p {
	margin: 0;
	padding: 10px 10px 20px 10px;
	background: transparent url(../img/bg_box.jpg) left bottom repeat-x;
} */
.box a:link, .box a:visited {
	color: #487FC4;
	text-decoration: underline;
}
.box a:hover, box a:active {
	color: #95B5DD;
	text-decoration: underline;
}
.boxbg {
	margin: 0;
	padding: 10px 10px 20px 10px;
	background: transparent url(../img/bg_box.jpg) left bottom repeat-x;
	/* background: #efefef; */
}


/* Kontaktformular
-------------------------------------------------------------- */
#kontakt form {
	margin: 0; padding: 0;
}
#kontakt form dd {
	margin: 0; padding: 0; /* background: #ccc */;
}
#kontakt form dt {
	float: left; margin: 0; padding: 0; width: 100%; /* background: #afeeee */;
}
#kontakt input, #kontakt textarea {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 5px;
	border: 2px solid #889CA2; 
	background-color: #efefef; 
	vertical-align: top; 
	width: 100%; 
	font-size: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#kontakt input:hover, #kontakt input:focus, #kontakt textarea:hover, #kontakt textarea:focus {
	background-color: #fff;
	border: 2px solid #990;
}
#kontakt #Anzahl {
	width: 50px;
	text-align: center;
	font-size: 140%;
}
#kontakt .absenden {
	width: 250px; height: 34px; margin: 5px 0; color: #fff; border: none; font-weight: bold;
	background-color: #993300;
	/* background: transparent url(../img/button_140_blue.gif) left top no-repeat; */
}
#kontakt .absenden:hover {
	color: #fff;
	background-color: #990;
}
#kontakt .hinweis {
	margin-top: 20px;
	color: #666;
	font-size: 90%;
}
#kontakt .pflichtfeld, .pflichtfeld em {
	color: #993300;
	font-size: 90%;
}
/* wird im Template generiert 
#kontakt .error {
	margin: 10px 0;
	padding:20px;
	color: #993300;
	background-color: #efefef;
	border: 1px solid #993300;
} */



/* LINK-FORMATIERUNG 
	------------------------------------------------------- */
a, a:visited {
	color: #993300;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}

/* FORMATIERUNGSELEMENTE 
	------------------------------------------------------- */
p { margin: 10px 0 5px 0;}
phalter { margin: 20px 0 0 0; }


/* EVENTANZEIGENFORMATIERUNG
	------------------------------------------------------- */
.events_short {
	margin-bottom: 3px; padding: 5px 5px 5px 25px; font-weight: normal; font-size: 100%; 
	background: url('../img/icon_events_small.gif') 0 50% no-repeat;
	border-bottom: 1px solid #ccc;
}
.events_short:hover {
	background: #fff url('../img/icon_events_small.gif') 0 50% no-repeat;
}
.events {
	margin: 0 0 20px 0; padding: 0;
}
.events a:link, .events a:visited {
	color: #000;
}
.events a:hover, .events a:active {
	color: #993300;
}
.events .title {
	/* background-color: #BBC4C7; */
	margin-bottom: 5px; 
	padding: 8px 8px 8px 33px; 
	font-weight: bold;
	background: #B4C0C5 url('../img/icon_events_small.gif') 8px 50% no-repeat;
}
.events .buchen {
	background: #930;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}
.events .buchen a:link, .events .buchen a:visited {
	color: #fff;
	text-decoration: none;
}
.events .buchen a:hover, .events .buchen a:active, .events .buchen:hover {
	color: #fff;
	background: #990;
	text-decoration: none;
}

/* SEMINARANGABEN AUF DER SEMINARDETAILSEITE
	------------------------------------------------------- */
#seminarangaben {
	margin: 20px 0 10px 0;
	padding: 0;
}
#seminarangaben .preis {
	margin: 0;
	padding: 8px;
	font-size: 120%;
	font-weight: bold;
	background: #990;
	color: #fff;
	/* width: 100%; */
	/* float: left; */
	text-align: center;
}
#seminarangaben .seminar {
	margin: 0;
	padding: 8px;
	font-size: 120%;
	font-weight: bold;
	/* width: 100%; */
	background: #B4C0C5;
	color: #323D41;
	/* float: left; */
}

/* Listings
-------------------------------------------------------------- */
#maincontent ul{
	margin-left: 50px;
}
#maincontent li {
	list-style: url('../img/list.gif');
}

/* Maincontent Images Format
-------------------------------------------------------------- */
#maincontent img {
	padding: 5px;
	border: 1px solid #B4C0C5;
	background: #fff;
}

/* Headings
-------------------------------------------------------------- */
h1, h2, h3 { 
  /* font-family: "Times New Roman", Times, serif; */
  font-family: Arial, Helvetica, sans-serif;
  color: #993300;
  /* color: #48575D; */
  line-height: 1.2;
  letter-spacing: 0;
}

h4, h5, h6 { 
  font-family: Arial, Helvetica, sans-serif;
  color: #993300;
  /* color: #48575D; */
  line-height: 1.2;
}

h1 { font-size: 200%; margin-bottom: 20px; font-weight: normal; }
h2 { font-size: 180%; margin-bottom: 20px; font-weight: normal; }
h3 { font-size: 160%; margin-bottom: 20px; font-weight: normal; }
h4 { font-size: 140%; margin-bottom: 10px; font-weight: normal; }
h5 { font-size: 120%; margin-bottom: 10px; font-weight: normal; }
h6 { font-size: 100%; margin-bottom: 10px; font-weight: normal; }


/* Runde Ecken :)
-------------------------------------------------------------- */
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Realisierung Thomas Sandner
-------------------------------------------------------------- */

#thomassandner a {
	width: 140px;
	height: 22px;
	display: block; 
	margin: 0;
	padding: 0;
	background: url('http://www.thomassandner.de/realisierung/logo_thomassandner_140x22.png') no-repeat 0 0;
	text-indent: -9999px;
}
#thomassandner a:hover {
	background: url('http://www.thomassandner.de/realisierung/logo_thomassandner_140x22.png') no-repeat 0 -22px;
}
#thomassandner a:active {
	background: url('http://www.thomassandner.de/realisierung/logo_thomassandner_140x22.png') no-repeat 0 -44px;
}  