@charset "utf-8";
/* CSS Document ICHselbstAG */


/*  
*	Stylesheet fuer Selbstkonferenz
*	Version: 0.1
*	Author: C. Duell
*	Agentur: K&D Die Agentur, Nuernberg
*/

/*  Globale Definitionen */

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(/tl_files/imgs/body_bg.jpg) repeat-y #ccc;
    font-size: 90%;
    font-family: Arial, Verdana;
}

em {
    color: #FF6600; /*  orange */
    font-style: normal;
}

/*  Layoutoutcontainer und Elemente darin */

#wrapper {
    width: 887px;
}

img { border: none; }

/*  Header-Bereich */

#header {
    height: 122px;
    background: url(/tl_files/imgs/head-bg.jpg) repeat-x #fff;
    position: relative;
}

	/*	Infobereich fuer Kontaktdaten usw. */

    #headInfo {
        float: right;
        width: 452px;
        padding: 10px;
        color: #666;
    }
    
    #headInfo a {
		color: #666;
	} #headInfo a:hover {
		color:  #FF6600; /*  orange */
	}
	
	#header div.buttons {
		position: absolute;
		top: 66px;
		left: 284px;
	}
	
	#header div.buttons img {
		border: 0;
		margin-right: 5px;
	}
	

	/*	Teaser für Aktuelles */

    #aktuellesBox {
        background: url(/tl_files/imgs/aktuelles-bg.jpg) no-repeat #fff;
        padding: 10px 10px 0 10px;
        width: 185px;
        line-height: 130%;
    }
    
    	#aktuellesBox h3 {
			font-size: 110%;
			margin-bottom: 10px;
		}
		
    	#aktuellesBox h4 {
			font-size: 101%;
			margin-bottom: 5px;
			margin-top: 10px;
		}		
		
		#aktuellesBox a {
			color: #FF6600; /*  orange */
			text-decoration: underline;
		}
		
		#aktuellesBox a:hover {
			background-color: #ff6600;
			color: #fff;
			text-decoration: none;
		}
    
    #aktuellesBoxFooter {
        background: url(/tl_files/imgs/aktuelles-footer.gif) no-repeat;
        height: 11px;
    }
    
    /*	Bereich fuer weitere Banner */
    
    #navBarBanner {
		margin-bottom: 20px;
	}
	
/*	Content-Bereich */

#content {
	/*margin-left: 288px;*/
	line-height: 130%;
	padding-right: 30px;
	padding-left: 30px;
	width: 350px;
	float: left;
}

	/* Headlines */
	
	#content h2 {
		font-size: 130%;
		color: #FF6600; /*  orange */
		font-weight: normal;
		margin-bottom: 15px;
		line-height: 150%;
		/* margin-left: -20px; */
	}
	
	#content h3 {
		font-size: 110%;
		color: #FF6600; /*  orange */
		font-weight: normal;
		margin-bottom: 10px;
		margin-top: 5px;
		line-height: 150%;
		/* margin-left: -20px; */
	}	

	#content h3.smaller {		
		margin-bottom: 0px;		
	}	
	
	/*	Absaetze */
	
	#content p {
		padding-bottom: 10px;
	}
	
	#content blockquote {
		padding: 10px;
		background: #eee;
		border: 1px solid #ccc;
	}
	
	/*	Links */
	
	#content a {
		color: #ff6600; /*	orange */
		text-decoration: underline;
		font-style: italic;
	}
	
	#content a:hover {
		background-color: #ff6600;
		color: #fff;
		text-decoration: none;
	}

#content a.banner:hover { background: none; }
	
	/*	Bilder */
	
	#content img.links {
		float: left;
		padding: 0 15px 15px 0; 
	}
	
	#content img.rechts {
		float: right;
		padding: 0 0 15px 15px; 
	}
    
  /*	Auszeichnungen */
    
  #content em {
		color: #999;
		font-weight: bold;
	}
	
	#content hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
  }
	
	/*	Aufzaehlungen, Listen usw. */
	
	#content ul {
		list-style-image: url(/tl_files/imgs/content-bullet.gif);
		margin-left: 40px;
		margin-bottom: 10px;
	}
	
	#content li {
		padding-bottom: 10px;
	}
	
	#content ol {
		list-style-type: decimal;
	}

	#content div.mod-news-detailbox ol { margin-left: 30px }
	
	#content div.sitemap-list ul { margin-top: 15px;}
	#content div.sitemap-list a { color: #000 };
	
	/*	Formulare */
	
	#content form {
		padding: 10px;
		background: url(/tl_files/imgs/form-bg.jpg) no-repeat;
	}

	#content input, textarea {
		width: 300px;
		border: 1 px solid #cccccc;
		padding: 2px;
	}


	#content input[type=checkbox] { margin-right: 10px; width: auto !important; }

	#content input:focus, #content textarea:focus { 
		background-color: #ffecdf; 
		border: 1 px solid #cccccc;
		shadow: 0;
	}
	
	#content input.error { 
		border: 1px solid #ff6600;
	}	
	
	#content input[type=submit] {
		padding: 3px;
		color: #fff;
		font-weight: bold;
		background-color: #ff6600;
		border: 0;
	}

#content input#Feld_84, 
#content input#Feld_85, 
#content input#Feld_86, 
#content input#Feld_87 { width: 25px; } 

#content .label_84, 
#content .label_85, 
#content .label_86, 
#content .label_87 { display: block; width: 250px; float: left; padding-top: 3px; }

	#content p.error {
		font-weight: bold;
		margin: 10px 0  30px 0;
		color: #ff6600;
	}
	
	#content div.mod_gallery_object { float: left; margin: 0 25px 25px 0; }
	#content div.mod_gallery_object a, 
	#content div.mod_gallery_object a:hover { background: none; padding: 0; text-decoration: none; }
	#content div.mod_gallery_object img { border: 0; }
	#content div.mod_gallery_nav { clear: left; padding-top: 30px; }

	#content p.skiplink { margin: 15px 0; text-align: right; }
	 

/*	Rechte Spalte */
#right {
	background-color: #ff6600;
	background-image: url(/tl_files/imgs/bg_rightcol.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 215px;
	float: right;
	}
	
.rightBarBox {
	margin: 15px;
	width: 185px;
	background-color: #F4F4F4;
	background-image: url(/tl_files/imgs/rightBox_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

.rightBox {
	background-image: url(/tl_files/imgs/rightBox_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 10px;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: bold;
	}

.rightBox p, .rightBox h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	}

.rightBox h3 { color: #ff6600; font-size: 14px; }

.rightBox a {
  color: #ff6600;
}
	
.rightBox ul {
	list-style-image: url(/tl_files/imgs/content-bullet.gif);
	margin-left: 20px;
	margin-bottom: 10px;
}

.rightBox li {
	padding-bottom: 10px;
}
	

/*	Footer-Bereich */
#footer {
	margin-left: 280px;
	line-height: 150%;
	padding: 30px 20px 30px 0px;
	color: #999;
	width: 350px;
	clear: left;
}

	#footer a {
		color: #000; /*	orange */
		text-decoration: underline;
		font-style: italic;
	}
	
	#footer a:hover {
		background-color: #ff6600;
		color: #fff;
		text-decoration: none;
	}
	
	#footer p {
		padding-bottom: 20px;
	}
	
	#footer p.internal-links { font-size: 80%; font-weight: bold; }
	#footer p.internal-links a { color: #999 }
	#footer p.internal-links a:hover { background: none; color: #666 }
	
	#footer hr {
    border: 0;
    display: block;
    border-top: 1px solid #ccc;
    margin: 15px 0;
  }

/*	Allgemeiner Klassen */

.20pxRandOben {
	margin-top: 20px;
}

.error
{
	font-weight: bold;
	color: #ff6600;
}
div.error label{ color: #333; }


.empfehlung {
	margin: 10px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
	}
.empfehlung img {
	float: left;
	margin: 0px 5px 5px 0px;
	}
.empfehlung h4 {
	margin: 5px 0px 10px 0px;
	font-size: 1.2em;
	}

/* Startseite - Vierecke */
#section_container { 
	background: url(/tl_files/imgs/bg_container.jpg) no-repeat top left #e5e5e5;
	text-align: center;
	width: 373px;
	padding: 30px 0px 0px 0px;
}

#section_container p { width: 142px; height: 79px; text-align: center; color:#FFFFFF; text-transform: uppercase; font-size: 12px; font-weight: bold; padding: 63px 0px 0px 0px; margin: 0px; } 
#section_container p a { color:#FFFFFF; text-transform: uppercase; font-size: 12px; font-weight: bold; text-decoration: none; background: none; font-style: normal; } 
#section_container p a:hover { color:#FFFFFF; text-transform: uppercase; font-size: 12px; font-weight: bold; text-decoration: underline; background: none; }
#section_container p a:active { color:#FFFFFF; text-transform: uppercase; font-size: 12px; font-weight: bold; text-decoration: underline; background: none; }

#section_container #einzel { float: left; background: url(/tl_files/imgs/bg_einzel.jpg) no-repeat top left; margin: 0px 0px 20px 30px; }
#section_container #intensiv { background: url(/tl_files/imgs/bg_intensiv.jpg) no-repeat top left; margin: 0px 0px 20px 200px; }
#section_container #ausbildung { clear: left; float: left; background: url(/tl_files/imgs/bg_ausbildung.jpg) no-repeat top left; margin: 0px 0px 10px 30px; }
#section_container #buecher { background: url(/tl_files/imgs/bg_buecher.jpg) no-repeat top left; margin: 0px 0px 0px 200px; }
#section_container #clear_container { background: url(/tl_files/imgs/bg_container_bottom.jpg) no-repeat bottom left; margin: 0px; padding: 5px 0px 0px 0px; clear: left; width: 373px; height: 10px; }

* html #section_container #einzel { margin: 0px 0px 0px 15px; } 
* html #section_container #intensiv { margin: 0px 0px 0px 135px; } 
* html #section_container #ausbildung { margin: 30px 0px 0px 15px; } 
* html #section_container #buecher { margin: 30px 0px 0px 135px; } 
* html #section_container  { margin: 0px 0px 0px -12px; }

*+html #section_container #einzel { margin: 0px 0px 0px 30px; } 
*+html #section_container #intensiv { margin: 0px 0px 0px 135px; } 
*+html #section_container #ausbildung { margin: 20px 0px 10px 30px; } 
*+html #section_container #buecher { margin: 20px 0px 10px 135px; } 

*+html #navBar ul li ul { list-style-image: none; }
*+html #navBar ul li ul li { list-style: none; }
* html #navBar ul li ul { list-style-image: none; }
* html #navBar ul li ul li { list-style: none; }

* html #flowerpic { position: absolute; top: 600px; left: 0px; }
* html #right { position: absolute; top: 120px; left: 672px; }

.bg_grey {
  background-color: transparent;
  background-image: url(/tl_files/imgs/landingpage_09/bg_grey.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  width: 350px;
}

.bg_grey p { padding: 17px; font-size: 12px;}
.bg_grey h4 { padding: 5px 0px; }

.invisible { display: none; }

#footer {
	margin-top: 20px;
	}

#sitemap ul li a {
	color: #333;
	}
#sitemap ul {
	margin: 10px 0px 0px 30px;
	}
	
#content .comment_default {
  margin: 10px 0px 0px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#content .comment_default h3 {
  margin: 15px 0px 0px 0px;
  }
  
input#ctrl_45,
input#ctrl_46,
input#ctrl_47,
input#ctrl_48 { width: 50px; float: right; margin-top: -20px; margin-right: 20px; }

#aktuellesBox p a { color: #f60; }

#termine-2010 .entry table { width: 100%; }
#termine-2010 .entry td { vertical-align: top; width: 50%; font-size: 12px; padding-right: 20px; }

#navBar #infoabend {
  background: url('../imgs/bg_infoabend.png') no-repeat top left transparent;
  height: 140px;
  padding: 15px 20px 20px 20px;
  margin: 0px -20px 0px -20px;
  overflow: show;
}
#navBar #infoabend h2 {
  color: #333;
  font-size: 16px;
  }
#navBar #infoabend h4 {
  color: #333;
  font-size: 10px;
  font-weight: bold;
  }
#navBar #infoabend p.info_date {
  color: #f60;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 10px 10px 0px 0px;
}
#navBar #infoabend p.more_info {
  text-align: right;
  margin: 10px 10px 0px 0px;
}
#navBar #infoabend p.more_info a {
  background: url('../imgs/bg_a_infoabend.png') no-repeat 0px 3px transparent;
  padding-left: 15px;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
  }
#navBar #infoabend p.more_info a:hover { text-decoration: none; }
#navBar #infoabend sup {
  font-size: 10px;
  }
