/* CSS Document */
html[xmlns^="http"] {
 overflow-y: scroll;
}

body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, img {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	font-family:"Arial", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	line-height:20px;
}

a, a:visited {
	color:#ff9000;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:visited:hover {
	color:#ffb444;	
	text-decoration:none;
	font-weight:bold;
}


/* Textformatierung */
h1 {
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:20px;
}

h2 {
	font-size:18px;	
	color:#8b8b8b;
	font-weight:normal;	
	line-height:25px;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
	font-weight:bold;	
}

p {
	margin-bottom:10px;
}

ul {
	margin-bottom:10px;
}

li {
	margin-left:15px;	
	list-style-image:url(../grafik/common/bullet.gif);	
	margin-bottom:5px;	
}


.zitat {
	font-style:italic;
	line-height:30px;
	color:#BBBBBB;	
	padding:20px;
}

.zitat_intro {
	font-style:italic;
	line-height:30px;
	color:#BBBBBB;		
}

.zitat_klein {	
	font-size:11px;
	color:#888888;	
	font-style:italic;
	line-height:20px;
	margin-bottom:20px;	
}


/* Floats */
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}


/* Divs */
#centerDiv, #headerDiv, #headerVG, #headerBG, #lineDiv, #contentDiv, #footerDiv {
	width:960px;
}

#centerDiv {
	position: absolute;
	left: 50%;    
    margin-left: -480px; 
}

#flashDiv {
	position:absolute;
	z-index:0;
	width:600px;
	height:620px;	
}

#languageDiv {
	height:10px;
	line-height:10px;
	font-size:10px;	
	color:#999999;
}

#footerDiv {
	height:40px;
	line-height:40px;
	font-size:10px;	
	color:#999999;
}

/* bis englische Seite fertig ist LangDiv ausblenden */

#languageDiv {
	visibility:hidden;
}

#languageDiv a, #footerDiv a, #languageDiv a:visited, #footerDiv a:visited {
	font-weight:normal;
	color:#999999;
}

#languageDiv a:hover, #footerDiv a:hover, #languageDiv a:visited:hover, #footerDiv a:visited:hover {
	font-weight:normal;
	color:#333333;
}

#languageDiv a.active, #languageDiv a:hover.active {
	color:#FF9900;
	cursor:default;
}

#headerDiv, #headerVG, #headerBG {
	height:170px;
}

#contentDiv {	
	padding-top:10px;
}

.static {
	height:350px;
}

#footerDiv {
	clear:both;
	background-color:#FFFFFF;
	border-top:#CCCCCC solid 1px;
	
}

.footerLeft {
	float:left;
	width:620px;
}

.footerRight {
	float:right;
	width:310px;
	text-align:right;
}

#headerVG {
	position:absolute;
	z-index:2;	
}

#headerBG {
	position:absolute;
	z-index:1;
	background-color:#FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#logoDiv {
	width:310px;
	height:118px;
	float:right;
	background-image:url(../grafik/common/logo.gif);
}


/* Haupt Navigation */
.mainNav {
	float:left;	
	margin-top:35px;	
}

#menuCol1 {
	width:190px;
	padding-left: 5px;
}

#menuCol2 {
	width:260px;
}

#menuCol3 {
	width:140px;
}

.mainNav a, .mainNav a:hover {
	display:block;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:normal;
}

.mainNav a, .mainNav a:visited {
	color:#999999;
}

.mainNav a:hover, .mainNav a:visited:hover {
	color:#333333;
}



/* Sub Navigation*/
.subNav {
	float:left;
	width:620px;
	height:40px;
	padding-left: 5px;
}

.subNav a, .subNav a:hover {
	display:inline;
	line-height:40px;
	margin-right:20px;
	text-transform:uppercase;
}

.subNav a, .subNav a:visited {
	color:#999999;
}

.subNav a:hover, .subNav a:visited:hover {
	color:#333333;
}


/* Stadt Navigation*/
.townNav {
	float:right;
	width:310px;
	height:40px;
	text-align:right;
	color:#999999;

	font-size:10px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:normal;
}

.townNav a, .townNav a:hover {
	text-align:right;
	display:inline;
	line-height:40px;
	margin-left:10px;	
	text-transform:uppercase;
}

.townNav a, .townNav a:visited {
	color:#999999;
}

.townNav a:hover, .townNav a:visited:hover {
	color:#333333;
}

/* Seiten Navigaton*/
.sideNav {	
	width:220px;
	border-top:#999999 solid 2px;
	margin-bottom:50px;
}

.sideNav a, .sideNav a:hover {	
	display:block;
	line-height:30px;	
	font-size:10px;
	border-bottom: #CCCCCC solid 1px;	
}

.sideNav a, .sideNav a:visited {
	color:#999999;
}

.sideNav a:hover, .sideNav a:visited:hover {
	color:#333333;
}


/* Active Navigation */
.mainNav a.active, .subNav a.active, .townNav a.active, .sideNav a.active {
	color:#FF9900;
/*	cursor:default;*/
}

.mainNav a:hover.active, .subNav a:hover.active, .townNav a:hover.active, .sideNav a:hover.active {
	color:#FF9900;
/*	cursor:default;*/
}


#lineDiv {	
	clear:both;	
	height:2px;
	line-height:0;
	font-size:0;
	background-color:#FF9900;	
}


/* Spalten*/
#colIntro {
	position:relative;
	left:250px;
	padding-left: 400px;
	margin-bottom: -30px;
	width:310px;
	height:430px;
}

#colIntro h2 {
	font-size: 12px;
	color:#333;
	line-height: 15px;
	padding-bottom: -7px;
	margin-bottom: 2px;
}

.aktualisierung {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 4px;
	margin-top: 10px;
}

.schriftzug {
	background-image: url(../grafik/fuehrungskunst_home.jpg);
	background-repeat: no-repeat;
	background-position: 89px 260px;
}

#colIntro div {
	position:absolute;
	bottom:0;
}

#colStand, #colLeft, #colLeftWide {	
	position:relative;
	margin-left:200px;
}

#colLeft {		
	width:430px;	
}

#colPictureLeft {
	position:absolute;
	z-index:1;
	float:left;
	width:160px;
	border: black;
}

#colPictureLeft img {
	max-width:160px;
	padding-top:6px;
	padding-bottom:15px;
}


#colRight {	
	float:right;	
	width:220px;			
}

#colRight img {
	
}

#colLeft img {
	float:left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#colLeft a {
/*	background:transparent url(../grafik/common/raqo.gif) no-repeat scroll left center;
	padding-left:8px; */
}


#teaserPic {
	width:428px;
	height:120px;
	border:#CCCCCC solid 1px;
	background-color:#EEEEEE;
	margin-bottom:20px;	
}

#teaserPic img {
	width:428px;
	border:0;
	left: 0px;
	padding: 0px;
}

#leftPic {
	position:absolute;
	z-index:1;
	left:0px;	
	width:190px;
/*	background-color:#FFFFFF; */
	padding-top:5px;
}

#leftPic img{
	width:160px;
	float:left;	
}

#leftPic.linePic {
/*	border-top:#CCCCCC solid 1px;*/
}

/* Listenansicht */
#listTitle {
	clear:both;
}

#listRow {	
	clear:left;	
	border-top:#CCCCCC solid 1px;
	margin-bottom:10px;	
}



/* Termine */
#datum {
	width:100px;
	font-weight:bold;		
}

#seminar {	
	width:300px;
	margin-left:30px;	
}

#ort {
	width:180px;
	margin-left:30px;		
}

#links {	
	width:90px;
	text-align:right;			
}

.listRow #links a {
	display:block;
}



/* Publikationen */
#titel {
	float:left;
	line-height:20px;
	border-bottom:#EEEEEE dotted 1px;
	width:340px;	
}

#verlag_links {	
	float:right;
	width:90px;
	text-align:right;			
}



/*#verlag {	
	line-height:20px;
	border-bottom:#EEEEEE dotted 1px;
	float:left;
	width:100%;
}*/

/*#ausgabe {	
	line-height:20px;
	font-style:italic;
}*/

#ausgabe a {
	float:right;
	display:inline;
	font-style:normal;
}


/* Nach oben Div */
#goTopDiv {
	clear:both;
	height:30px;
			
}

a.btn_top {	
	display:inline-block;	
	
	font-weight:normal;
	color:#666666;
	text-indent:16px;
	font-size:10px;
	line-height:23px;	
	
	width:100px;
	height:20px;
	cursor:pointer;
	cursor:hand;	
}

a.btn_top {
	background:#FFFFFF url(../grafik/common/top.gif) no-repeat;
	background-position:0px -20px;
}

a.btn_top:hover{	
	background-position:0px 0px;
	color:#999999;		
}

/* Sitemap */
ul#I{
	margin:0;
	padding:0;
	border:0;
	font-size:12px;	
}

ul#I a, ul#I a:hover {
	font-weight:normal;		
	text-transform:uppercase;
}


li#H, li#T, li#L, ,li#S, li#I {
	margin:0;
	padding:0;	
	line-height:20px;
	list-style-position:inside;
	
}

:root li#H, :root li#T, :root li#L, :root li#S, :root li#I {	/* Browser-Hack für Safari unf Firefox */
	margin:0;
	padding:0;	
	line-height:15px;
	list-style-position:inside;
	margin-top:-5px;
}

li#H {	
	list-style-image:url(../grafik/sitemap/wick_H.gif);
	background:url(../grafik/sitemap/wick_I.gif)  repeat-y;
}

li#T {		
	list-style-image:url(../grafik/sitemap/wick_T.gif);	
}

li#L {	
	list-style-image:url(../grafik/sitemap/wick_L.gif);	
}

li#S { 
 list-style-image:url(../grafik/sitemap/wick_S.gif); 
}

li#I {	
	background:url(../grafik/sitemap/wick_I.gif) repeat-y;
	list-style-image:none;
	list-style-type:none;	
}

/* Zweite Ebene */
li ul#I{	
	margin-left:30px;
	font-size:11px;	
}

li ul#I a {
	color:#666666;	
	font-weight:bold;
	text-transform:uppercase;
}

li ul#I a:hover {
	color:#000000;	
	font-weight:bold;
}


/* Dritte Ebene */
li ul#I li ul#I{	
	font-size:10px;
}

li ul#I li ul#I a {	
	color:#999999;	
	text-transform:none;
}

li ul#I li ul#I a:hover {		
	color:#333333;	
}


/* Vierte Ebene */
li ul#I li ul#I li ul#I {		
	font-size:10px;
}

li ul#I li ul#I li ul#I a {		
	color:#AAAAAA;	
}

li ul#I li ul#I li ul#I a:hover {		
	color:#666666;	
}


/* Formulare */
#formDescrDiv {
	vertical-align:top;
	float:left;
	height:30px;
	width:100px;
}

#formFieldDiv {
	vertical-align:top;
	height:30px;
	position:relative;
	left: 0px;
}

#formAreaDiv {
	height: 120px;
}

input {
	border:1px solid black;
	width:220px;
}

textarea {
	border:1px solid black;
	width:220px;
}

#button {
	width: 70px;
	margin-top:7px;
}

#fehler {
	color:red;
	height:30px;
}