/*#############################################################
CSS Elemente
Date: 2006-11-20
Description: Akademie für soziale Demokratie
Author: itcreate. kommunikationsmedien - Jerome Traud
Website: http://www.fes-soziale-demokratie.de
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #012779;
}
a:hover {
	color: #06F;
}
body {
	color: #333;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em Arial, Helvetica, sans-serif;
}
code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	padding-top: 1.2em;
	color: #333;
	line-height:1.5em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
	color: #9f3538;
	padding-top: 2px;
	
}
h2 {
	font-size: 1.3em;
	margin-bottom: 4px;
	color: #333;
	padding-top: 2px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 4px;
	color: #012779;
	padding-top: 4px;

}

code {
	background-color: #d9dfeb;	
	border-bottom: 1px solid #9f3538;
	color: #333;
	display: block;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

/* misc */
.clearer {
	clear: both;
}
img {
  border: 0 none;
}
.imgleft		{float:left; margin-right:8px; margin-bottom:8px;}
.red			{color: #9f3538;}

/* Seminarfarbschema */
.ueb_gsd 	{color:#cfa867;}
.ueb_wsd 	{color:#ab417f;}
.ueb_ssd 	{color:#409ea0;}
.ueb_gbsd 	{color:#8cb648;}
.ueb_esd 	{color:#5e4c96;}
.ueb_kpsd 	{color:#944340;}
.ueb_szsd 	{color:#c0b238;}
.ueb_fssd 	{color:#ca6904;}

/* structure und head */
.container {
	margin: 0;
	width: 960px;
	background-image:url(../img/bg_site_left.gif);
	background-repeat: no-repeat;
	background-position:10px 400px;
}
.top {
	float:right;
	background-color:#012779;
	width: 590px;
	padding: 5px 0px 5px 5px ;	
}
.top .left a {
	color: #fff;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
}
.top .left a:hover {
	color: #ccc;
	
}

.pic {
	background-color:#999;
	margin-bottom:10px;
}

.header {
	background-color:#012779;
	margin-bottom:35px;

}

/* sonstige navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

.link_menu {
	background: #435f9c;
	margin-left: 210px;
	border-left: 1px none #e3e7f0;
	
}
.link_menu a {
	border-bottom: 1px solid #FAFAFA;
	display: block;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	color: #fff;
	text-decoration: none;
}
.link_menu a:hover {
	color: #012779;
	background: #e3e7f0;
}
.link_menu a.selected:link, .link_menu a.selected:visited {
	display: block;
	padding: 6px 0 0 10px;
	height: 18px;
	background-color: #e3e7f0;
	color: #012779;
	border-bottom: 1px solid #FAFAFA;
}


/* main head */
.main {
	float:left;
    height:150px;
	margin-bottom: 35px;
	border-bottom: 4px solid #9f3538;
	background-image:url(../img/pic_topmain.jpg);
	background-repeat:no-repeat;
}
/* logos */
.logos {
	float:right;
	margin-top: 25px;
    height:75px;
	width:920px;
}
.asd {margin-left: 625px;}

/* main links und seitennavigation */
.sidenav {
	border-bottom: 7px solid #fff;
	float: left;
	width: 200px;
	height:460px;
	padding-left:10px;
	background-image:url(../img/bg_sidenav_left.gif);
	background-repeat:repeat-y;

}
.sidenav ul {
	margin: 0;
	padding: 0;
	background-color: #b3bed7;
}
.sidenav li {
	border-bottom: 1px solid #9f3538;
	list-style: none;
	margin: 0;
	background: url(../img/nonselect_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidenav li a {
	color: #012779;
	display: block;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	
}
.sidenav li a:hover {
	color: #012779;
	background-color:#fff;
}
.sidenav li.select {
	background: url(../img/select_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#fff;
}

.sidenav li.intern {
	background: url(../img/select_intern.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

/* Farben fuer Seminarunternavigation - 19-06-2008 */
/* typo fix 03-02-2010 */
.sidenav li.sub, .sidenav li.sub_gsd, .sidenav li.sub_wsd, .sidenav li.sub_ssd, .sidenav li.sub_gbsd, .sidenav li.sub_esd, .sidenav li.sub_kpsd, .sidenav li.sub_szsd, .sidenav li.sub_fssd
	{
	background-position: left top;
	background-color:#fff;
	padding: 2px 0 2px 15px;
	border-bottom: 1px solid #ccc;
	}

.sidenav li.sub {
    background: url(../img/select.gif) no-repeat;
	background-color:#fff;
}

.sidenav li.sub_gsd {
    background: url(../img/select_gsd.gif) no-repeat;
	background-color:#fff;
}

.sidenav li.sub_wsd {
    background: url(../img/select_wsd.gif) no-repeat;
	background-color:#fff;
}

.sidenav li.sub_ssd {
    background: url(../img/select_ssd.gif) no-repeat;
	background-color:#fff;
}

.sidenav li.sub_gbsd {
    background: url(../img/select_gbsd.gif) no-repeat;
	background-color:#fff;
}

.sidenav li.sub_esd {
    background: url(../img/select_esd.gif) no-repeat;
	background-color:#fff;
}

.sidenav li.sub_kpsd {
    background: url(../img/select_kpsd.gif) no-repeat;
	background-color:#fff;
}

.sidenav li.sub_szsd {
    background: url(../img/select_szsd.gif) no-repeat;
	background-color:#fff;
}

.sidenav li.sub_fssd {
    background: url(../img/select_fssd.gif) no-repeat;
	background-color:#fff;
}

a.sidenav:link, a.sidenav:visited {color: #fff; text-decoration: none;}
a.sidenav:hover {color: #fff; text-decoration: underline;}
a.selected:link, a.selected:visited {color: #9f3538; text-decoration: none; font-weight:bold;}
a.interna:link, a.interna:visited {color: #012779; text-decoration: none; font-weight:bold;}


/* content */
.content {
	float: left;
	width: 485px;
	margin-left: 32px;
	padding-top:8px;
	border-top: 1px solid #e5e5e5;
}
.content .item {
	padding: 2px 2px;
	background: #fff;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	font-size: 1.0em;
	line-height:1.5em;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #e5e5e5;
	border-top: 1px solid #9f3538;
	border-bottom: 1px solid #9f3538;
	padding-left: 4px;
	padding-right: 2px;
	/*height: 180px;*/
	width:472px;
}
.content .pic {
	width: 479px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.content .newstext {
	width: 476px;
	padding-left: 3px;
	background-color: #e5e5e5;
	border-top: 1px solid #b3bed7;
	border-bottom: 1px solid #b3bed7;
}

.content .headline {
	width: 476px;
	background-color: #b3bed7;
	font-size: 1.2em;
	padding-bottom: 1.0em;
	padding-top: 1.0em;
	padding-left: 3px;
	color: #333;
	border-bottom: 1px solid #fff;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 15px;
	color:#333;
	line-height: 1.5em;

}

.empfehlung {
	width: 485px;
	border-top: 1px solid #b3bed7;
	background-color: #e5e5e5;
	padding-bottom: 10px;
}

/* main rechts */
.info {
	float: left;
	width: 200px;
	margin-left: 32px;
}

/* infoboxen rechts mit text */
.box h1,.box ul {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.box {
	background: #b3bed7;
	clear: both;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #333;
	height: 105px;
	overflow: hidden;
	text-align: left;
	padding: 6px 4px 4px 6px;
	border-bottom: 1px solid #9f3538;
	margin-bottom: 10px;
}
.box li {
	list-style: url(../img/pfeil.gif);
	margin-left: 15px;
	line-height: 1.5em;
}

/* infoboxen rechts mit bild*/
.picbox {
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 6px 5px 5px 6px;
	border: 1px solid #9f3538;
	margin-bottom: 10px;
}

/* Main rechts Hintergrundbild Startseite*/
.infobg {
	float: left;
	width: 200px;
	margin-left: 30px;
	background-image:url(../img/bg_picbox_start.jpg);
	background-repeat:no-repeat;
}

/* Main rechts Hintergrundbild Profil*/
.infobgprofil {
	float: left;
	width: 200px;
	height: 550px;
	margin-left: 30px;
	background-image:url(../img/bg_picbox_profil.jpg);
	background-repeat:no-repeat;
}

/* Main rechts Hintergrundbild Seminarangebote*/
.infobgseminar {
	float: left;
	width: 200px;
	height: 550px;
	margin-left: 30px;
	background-image:url(../img/bg_picbox_seminarangebot.jpg);
	background-repeat:no-repeat;
}

/* Main rechts Hintergrundbild Lehrkörper*/
.infobglehrkoerper {
	float: left;
	width: 200px;
	height: 550px;
	margin-left: 30px;
	background-image:url(../img/bg_picbox_lehrkoerper.jpg);
	background-repeat:no-repeat;
}

/* Main rechts Hintergrundbild Seminarleiter*/
.infobgseminarleiter {
	float: left;
	width: 200px;
	height: 550px;
	margin-left: 30px;
	background-image:url(../img/bg_picbox_seminarleiter.jpg);
	background-repeat:no-repeat;
}

/* Main rechts Hintergrundbild Materialien*/
.infobgmaterialien {
	float: left;
	width: 200px;
	height: 550px;
	margin-left: 30px;
	background-image:url(../img/bg_picbox_materialien.jpg);
	background-repeat:no-repeat;
}
/* Main rechts Hintergrundbild Kontakt*/
.infobgkontakt {
	float: left;
	width: 200px;
	height: 550px;
	margin-left: 30px;
	background-image:url(../img/bg_picbox_kontaktimprint.jpg);
	background-repeat:no-repeat;
}
/* Main rechts Hintergrundbild FAQ's und TNB*/
.infobgtnb {
	float: left;
	width: 200px;
	height: 550px;
	margin-left: 30px;
	background-image:url(../img/bg_picbox_tnbfaq.jpg);
	background-repeat:no-repeat;
}


/* infoboxen rechts mit text mit hintergrundbild */
.boxbg h1,.boxbg ul {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	
}
.boxbg {
	clear: both;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #333;
	background-color:#fff;
	overflow: hidden;
	text-align: left;
	padding: 6px 4px 8px 6px;
	border: 1px solid #9f3538;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}
.boxbg li {
	list-style: url(../img/pfeil.gif);
	margin-left: 15px;
	line-height: 1.5em;
}

/* infoboxen rechts mit bild mit hintergrundbild*/
.picboxbg {
	clear: both;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 110px;
	margin-top: 20px;
	height:97px;
	margin-left:10px;
	margin-right:10px;
}

/* infoboxen rechts fuer seminare */
.boxseminar h1,.boxseminar ul {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.boxseminar {
	clear: both;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #333;
	background-color:#fff;
	overflow: hidden;
	text-align: left;
	padding: 6px 4px 4px 6px;
	border: 1px solid #9f3538;
	margin-top: 20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.boxplaner h1 {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.boxplaner {
	clear: both;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #333;
	background:url(../img/img_bg_planer.gif) no-repeat;	
	text-align: left;
	height: 88px;
	padding: 6px 4px 4px 6px;
	border: 1px solid #9f3538;
	margin-top: 20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 110px;
}

.boxseminar li {
	list-style: url(../img/pfeil.gif);
	margin-left: 15px;
	line-height: 1.5em;
}

.picseminarboxbg {
	clear: both;
	overflow: hidden;
	text-align: center;
	border: 1px solid #9f3538;
	margin-top: 20px;
	height:97px;
	margin-left:10px;
	margin-right:10px;
}

/* Formulare */
fieldset {
	border: 1px none #fff;
	padding: 0px 0px 12px 0px; 
	width: auto; 
	margin-top: 1.0em;
}
legend   {
	font-size: 1.3em; 
	color: #333; 
	font-weight: bold;
	margin-bottom:3px; 
}
.form    {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.2em; 
	border: 1px solid #ccc; 
	background-color: #f3f5f9;
	padding:1px; 
	padding-left:3px; 
	color:#333;
}
.submit  {
	margin:3px;
}
.button  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}
.buttons  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #9f3538;
}
.duty { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #840505;
}
.noduty { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
}
.error		 {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; color: #9f3538;}

/* footer */
.fprint {
	background: #fff;
	color: #cc0033;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 235px;
	width: 725px;
	padding: 8px 0px 8px 0px;
}
.fprint a {
	color: #9f3538;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
.fprint a:hover {
	color: #9f3538;
	text-decoration: underline;
}

.footer {
	background: #fff;
	border-top: 1px solid #9f3538;
	border-right: 1px solid #9f3538;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	margin-left: 235px;
	text-align: left;
	padding: 8px 0px 8px 0px;
	width: 725px;
}
.footer a {
	color: #012779;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
.footer a:hover {
	color: #012779;
	text-decoration: underline;
}
/* Textformatierungen */
.shorthelp, abbr	{ cursor: help; border-bottom: 1px dotted #333;}
.titeltrainer		{ font-size: 1.0em; font-weight:bold; color: #9f3538;}
.seminartxts		{ font-size: 1.0em; font-weight:normal; color: #9f3538;}
.anmeldung			{ color: #9f3538;}
.untertitel			{ color: #9f3538;}
.grey				{ color: #333; background-color:#e5e5e5; }	

/* Linkformatierungen */
a.extern:link, a.extern:visited { background: url("../img/pic_link-extern.gif"); background-repeat: no-repeat; background-position: left; padding: 1px 0 1px 18px;}
a.extern:active, a.extern:hover { background: url("../img/pic_link-extern.gif"); background-repeat: no-repeat; background-position: left; padding: 1px 0 1px 18px;}


/* Bildformatierungen */
.picakademie	{ float:left; padding: 3px; border: 1px solid #b3bed7; margin-right:8px; margin-top:8px; }
.pictrainer 	{ float:left; margin-right: 6px; margin-bottom: 4px; }
.picbooks	 	{ float:left; margin-right: 6px; margin-bottom: 3px; }
.picnews	 	{ float:left; margin-right: 6px; margin-bottom: 6px; }
.picschritte 	{ margin-bottom: 4px; }
.schrittetop 	{ margin-top: 4px; margin-bottom: 4px; }

.headingbook {
	font-family:Arial,Helvetica,Sans-serif;
	padding-top: 2px;
	font-size: 1.3em;
	margin-bottom: 4px;
	color: #012779;
}
.headingbook p {
	font-family:Arial,Helvetica,Sans-serif;
	font-size: 1.0em;
	padding-top: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #333;
}

.aufklappen1 {
	margin-left: 115px;
	background: url("../img/pic_link-extern.gif"); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding: 1px 0 1px 18px;

}

.aufklappen2 {
	margin-left: 165px;
	background: url("../img/pic_link-extern.gif"); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding: 1px 0 1px 18px;

}

.aufklappen3 {
	margin-left: 135px;
	background: url("../img/pic_link-extern.gif"); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding: 1px 0 1px 18px;

}

/* Linienformatierungen */
hr {
  height: 1px;
  margin: 5px 0 5px 0;
  border: 0;
  background: #e5e5e5;
  color: #e5e5e5;
}

/* Infobox Lehrkörper */
#infolehr {
padding: 0;
margin: 2px;
margin-right: 5px;
width: 18px;
float: left;
}

#infolehr div {
display:none;
}

#infolehr:hover div {
display:block;
width: 425px;
position: absolute; top: 255px; left: 242px;
border: 1px solid #b3bed7;
padding: 6px;
background-color:#fff;
}