/* general */
body { background-repeat: repeat-y; }

a:link, a:visited, a:active { color: #A52A2A; text-decoration: none; }	/* BROWN */
a:hover { color: #008000; text-decoration: underline; }	/* GREEN */

ul { padding-top: 2px; }
li {
	/* background-image: url(pics/XXX_bullet.gif); */
	background-repeat: no-repeat;
	background-position: 0 -0.1em;
	margin-left: 0px;
	padding-left: 22px;
	padding-bottom: 5px;
}


.header {
	width: 100%;
	height: 76px;
	/* background-image: url(pics/XXX_header_bg.gif); */
	background-repeat: repeat-x;
}
.main {
	position: absolute;	/* (!) */
	padding-left: 200px;
	width: auto;
	/* background-image: url(pics/XXX_euro.jpg); */
	background-repeat: no-repeat;
}


/* menu */
.navi {
	margin-left: 25px;
	margin-top: 12px;
	width: 403px;	/* (!) orig 402px, plus 1px for IE6 */
	height: 30px;
	/* background-image: url(pics/XXX_navbar.gif); */
	background-repeat: no-repeat;
}
.navi_botm {	/* menu bottom line */
	position: relative;
	margin-top: 0px;
	height: 2px;
	/* background-color: #YYY; */
	z-index: 10;	/* (!) */
	overflow: hidden;	/* (!) for IE6 */
}


/* cc container -->  outer: cont / inner: cont_i */
.cont {
	margin-top: -2px;
	width: 500px;
	border: 2px solid;
	/* border-color: #YYY;
	background-color: #YYY; */
	/* === curvycorners === */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.cont_i { padding: 20px 22px 7px 22px; }


/* cc boxes -->  outer: box_ex / inner 2 parts: box_hd (header), box_bo (body)  */
.box_ex { position: relative;  }
.box_hd, .box_bo {
	border: 1px solid;
	/* border-color: #YYY; */
	white-space: nowrap;
}
.box_hd {	/* cc top-left,top-right */
	padding: 4px 10px 4px 10px;
	border-bottom: none;
	/* background-image: url(pics/XXX_box_bg.gif); */
	/* === curvycorners === */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.box_bo {	/* cc bottom-left,bottom-right */
	padding: 5px 5px 3px 5px;
	border-top: none;
	/* background-color: #YYY; */
	/* === curvycorners === */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* cc box (simple) */
.box {
	position: relative;
	width: auto;
	border: 1px solid;
	/* border-color: #YYY;
	background-color: #YYY; */
	/* === curvycorners === */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/* theme 20 ('default/philosophie') */
.capt {
	margin: 0px auto;
	padding: 7px 0 6px 0;
	border: 1px solid #627C9E;
	background-color: #CEE4EE;
	text-align: center;
	letter-spacing: 0.11em;
	font-weight: bold;
	font-style: italic;
}
.line_le { border-left: 1px solid #627C9E; }
.line_ri { border-right: 1px solid #627C9E; }

/* theme 50 ('schwerpunkte') */
.space { padding: 8px; }

/* theme 100 ('kenntnisse') */

/* theme 200 ('adresse') */
table.adr { border-collapse: separate; border-spacing: 4px; margin: 0px auto; margin-right: 10px;}
table.adr td { /* line-height: 1.4em; */ }

.adr select {
	border: 1px solid #D9C573;
	width: 100%;
	background-color: #FFFFFF;
	padding: 2px 1px 2px 4px;
	color: #00008B;	/* DARKBLUE */
 	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

/* theme 500 ('email/kontaktform') */
.button {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2EAF2;
	background: url(pics/500_button.gif) no-repeat;
	width: 82px;
	height: 22px;
	border: 0px none;
	cursor: hand;
	cursor: pointer;
	padding-bottom: 2px;
}


/* forms */
/* cc box -->  formfields (input, textarea) */
.ffield {
	/* width: XXXpx; */
	border: 1px solid;
	/* border-color: #XXX; */
	background-color: #FFFFFF;
	/* === curvycorners === */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.ffield input, .ffield textarea {
	border: none;
	width: 100%;
	background-color: transparent;
	padding: 2px 1px 2px 4px;
	color: #00008B;	/* DARKBLUE */
 	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


/* c2w popup */
#popup { position: absolute; bottom: 10px; left: 10px; }
#popup a span { display: none; }
#popup a:hover { background: transparent; text-decoration: none; }
#popup a:hover span {
	display: block;
	position: absolute;
	top: -44px;
	left: 0px;
	width: auto;
	background: #FFFDF2;
	border: 1px solid #8B7E4A;
	padding: 2px 7px 2px 7px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #685F37;
	line-height: 1.4em;
}


/* don't show extra header -->  print only */
.print_hd { display: none; }
