body { 
	margin:0 0 20px 0;
	padding:0;
	background:url(/images/bg_main.gif) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:67%;
	color:#333333;
	text-align:center;
}
#smallnav {
	position:relative;
	display:block;
	margin:0 auto;
	background:url(/images/head/shadow_top.gif) bottom left no-repeat;
	width:788px;
	height:25px;
	padding:4px 14px 0 9px;
	text-align:right;
	width:765px;
	height:21px;
	font-weight:bold;
	font-size:0.9em;
}
* html #smallnav {
	width:788px;
	w\idth:765px;
}
#smallnav a:link,#smallnav a:visited { color:#000000; text-decoration:none; }
#smallnav a:hover,#smallnav a:active { color:#000000; text-decoration:underline; }

#mainwrapper {
	margin:0 auto;
	position:relative;
	width:788px;
	background:url(/images/bg_container.gif) top left repeat-y;
	padding:0 9px;
	width:770px;
}
* html #mainwrapper {
	width:788px;
	w\idth:770px;
}
#headwrapper {
	position:relative;
	display:block;
	width:770px;
	height:172px;
	background:url(/images/head/bg_head.gif) top left repeat-x;
}
#headwrapper #leftshadow {
	display:block;
	position:absolute;
	left:-9px;
	top:0;
	width:9px;
	height:484px;
	background:url(/images/head/shadow_left.gif) top left repeat-x;
}
#headwrapper #rightshadow {
	display:block;
	position:absolute;
	left:770px;
	top:0;
	width:9px;
	height:484px;
	background:url(/images/head/shadow_right.gif) top left repeat-x;
}
#headwrapper h1#logo {
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:126px;
	height:79px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/head/logo.gif) top left no-repeat;
}
#headwrapper h1#logo a {
	width:126px;
	height:79px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}

#headwrapper h2#microsite {
	display:block;
	position:absolute;
	left:208px;
	top:150px;
	font-size:1.4em;
	font-weight:bold;
	color:#ffffff;
	z-index:1001;
}

#headwrapper h2#headteaser {
	position:absolute;
	z-index:1;
	left:0;
	top:61px;
	width:770px;
	height:84px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/head/teaser_1.jpg) top left no-repeat;
}

#languageselector {
	position:absolute;
	top:4px;
	right:10px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#languageselector a, #languageselector a:link, #languageselector a:visited, #languageselector a:hover, #languageselector a:active {
	color: #FFFFFF;
} 



/* Main navigation */
ul#mainnav {
	z-index:3;
	position:absolute;
	right:22px;
	top:34px;
	width:auto;
	list-style:none;
	margin:0;
	padding:0;
}

ul#mainnav li {
	position:relative;
	float:left;
	display:block;
	height:17px;
	margin:0;
	padding:0;
	overflow:hidden;  
	text-indent:-9999px;
}
ul#mainnav li a {
	text-indent:-9999px;
	height:17px;
	display:block;
	overflow:hidden;  
	text-decoration:none;
}

div#login {
	position:absolute;
	z-index:4;
	right:0;
	top:127px;
	background:url(/images/head/bg_login.gif) bottom left no-repeat;
	background-color:#279908;
	padding:5px 7px 7px 120px;
	color:#ffffff;
	font-size:10px;
}

div#login table {
	width: 163px;
}

div#login table tr td {
	text-align:right;
	color:#ffffff;
	font-size:1em;
	
}
div#login table tr td a {
	color:#ffffff;
}
* html div#login table tr td {
	font-size:65%;
	f\ont-size:1em;
}
div#login input.textfield { border:1px solid #7F9DB8; width:84px; padding:2px; } 

div#countryselect {
	position:absolute;
	z-index:5;
	left:20px;
	top:149px;
	color:#ffffff;
	font-size:10px;
}
div#countryselect input, div#countryselect div, div#countryselect select { float:left; }




/*
	2 column startpage layout
*/

#homeColumnLayout {
	background:url(../images/bg_content_home.gif) top left repeat-y;
	background-color:#ffffff;
	text-align:left;
	padding-top:1px;
}
#homeColumnLayoutVSpacer {
	float:left;
	width:1px;
	height:40em;
	overflow:hidden;
}
#homeColumnLayoutCol1 {
	display:block;
	float:left;
	margin:29px 30px 5px 29px;
	width:530px;
}
* html #homeColumnLayoutCol1, * html #homeColumnLayoutVSpacer {
	display:inline;
}	
#homeColumnLayoutCol2 {
	float:left;
	width:180px;
	margin-top:35px;
}

img#homeNewsTeaser {
	float:left;
	margin-right:20px;
}

#homeNewsSection { 
	float:left;
	width:330px;
}

#homeNewsSection div.articleText { 
	width:235px;
	float:right; 
	text-align:right;
}
#homeNewsSection img.articleTeaser {
	float:right;
	margin-left:20px;
}

#homeBottomWrapper {
	background:#EAF2F9;
	text-align:left;
	height:92px;
}
#homeColumnPartner {
	display:block;
	float:left;
	margin:8px 29px 5px 30px;
	width:530px;
}
* html #homeColumnPartner {
	display:inline;
}	
#homeColumnCitation {
	position:relative;
	float:left;
	margin-top:0;
	color:#ffffff;
	height:92px;
}
#homeColumnCitation img { position:absolute;left:0;bottom:0; }

/*
	3 column layout (for main content)
*/

#threeColumnLayout {
	background:url(/images/bg_content_3columns.gif) top left repeat-y;
	background-color:#ffffff;
	text-align:left;
}
#threeColumnLayoutRow1 {
	display:block;
	float:left;
	width:207px;
	padding:33px 40px 30px 10px;
	width:157px;
	height:40em;
}
* html #threeColumnLayoutRow1 {
	width:207px;
	w\idth:157px;
}	
#threeColumnLayoutRow2 {
	display:block;
	float:left;
	width:393px;
	padding:30px 40px 30px 0;
	width:353px;
}
* html #threeColumnLayoutRow2 {
	width:393px;
	w\idth:353px;
}
#threeColumnLayoutRow3 {
	display:block;
	float:left;
	width:157px;
	padding:81px 0 30px 0;
}
* html #threeColumnLayoutRow3 {
	width:157px;
}
strong { font-weight:bold; color:#1365A4; }


/*
	2 column layout (for pageviews)
*/
#twoColumnLayout {
	background:url(/images/bg_content_2columns.gif) top left repeat-y;
	background-color:#ffffff;
	text-align:left;
}

#twoColumnLayoutRow1 {
	display:block;
	float:left;
	width:207px;
	padding:33px 40px 30px 10px;
	width:157px;
	min-height:40em;
}
* html #twoColumnLayoutRow1 {
	width:207px;
	w\idth:157px;
	height:40em;
}
#twoColumnLayoutRow2 {
	display:block;
	float:left;
	width:550px;
	padding:30px 0 30px 0;
}

/*
	Content table
*/
table.data {
	width:100%;
}
table.data th {
	padding:2px 10px;
	color:#ffffff;
	background-color:#279908;
	font-weight:normal;
	border-bottom:1px solid #ffffff;
}
table.data th.number {
	text-align:right;
}
table.data td {
	padding:2px 10px;
	color:#333333;
	background-color:#A9D69C;
	border-bottom:1px solid #ffffff;
}
table.data td.number {
	text-align:right;
}



/*
	Pageview table
*/
table.pageview {
	width:100%;
}
table.pageview th {
	padding:3px 10px;
	color:#ffffff;
	background-color:#279908;
	font-weight:normal;
	border-bottom:1px solid #ffffff;
}
table.pageview th.action { padding:3px 3px; }
table.pageview .nodata {
	text-align:center;
	font-style:italic;	
}
table.pageview th.number {
	text-align:right;
}
table.pageview td {
	vertical-align:top;
	padding:6px 10px;
	color:#333333;
	background-color:#ffffff;
	border-bottom:1px solid #A9D69C;
	font-size:1em;
}
table.pageview td.action { padding:6px 3px; }
table.pageview td.action a { margin-right:6px; }
table.pageview td.number {
	text-align:right;
}
table.pageview td.footer {
	font-size:0.9em;
	text-align:right;
	color:#333333;
	background-color:#D3E7CD;
}
* html table.pageview td.footer {
	font-size:65%;
	f\ont-size:0.9em;
}

table.pageview td.footer strong { color:#333333; }
table.pageview td.footer a:link, table.pageview td.footer a:visited {
	color:#1365A4; text-decoration:none;
}
table.pageview td.footer a:hover, table.pageview td.footer a:active {
	color:#1365A4; text-decoration:underline;
}

/*
	Table conatining form elements
*/
table.form {
}
table.form tr.par {
	padding-top:10px;
}
table.form tr td { padding:0 5px 2px 0; }

table.form tr td input.textfield, table.form tr td textarea, table.form tr td select { width:350px; }

table.smallform {
}
table.smallform tr.par {
	padding-top:10px;
}
table.smallform tr td { padding:0 5px 2px 0; }


input.textfieldcalendar { width:175px; }

/* Float clearing workaround also working on Mozilla */
.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px; 
}

div.maintitle {
	padding-bottom:1px;
	background:url(/images/title_bottom.gif) bottom left repeat-x;
}
h1#titleErfolge {
	width:79px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/title_erfolge.gif) top left no-repeat;
}

h1#dynamictitle {
	font-size:1.6em;
	font-weight:bold;
	color:#279908;
}
h1#dynamictitle span { color:#1365a4; }

p.subtitle {
	color:#279908;
	padding-bottom:17px;
}

ul.submenu {
	margin:0;
	padding-left:10px;
}
ul.submenu li {
	list-style-image:url(/images/li_submenu.gif);
	margin-left:10px;
	padding-left:-5px;
	border-bottom:1px solid #AAC3DB;
}
ul.submenu li a:link, ul.submenu li a:visited { color:#333333; text-decoration:none; }
ul.submenu li a:hover, ul.submenu li a:active { color:#1365A4; text-decoration:none; }

ul.submenu li a.active:link, ul.submenu li a.active:visited { color:#1365A4; font-weight:bold; text-decoration:none; }
ul.submenu li a.active:hover, ul.submenu li a.active:active { color:#1365A4; font-weight:bold; text-decoration:none; }

ul.submenu li ul {
	margin:0;
	padding-left:6px;
	padding:3px 0 5px 2px;
}
ul.submenu li ul li {
	list-style-image:url(/images/li_submenu_2.gif);
	padding:0px 0 2px 0;
	border:0;
}
ul.submenu li ul li a:link, ul.submenu li ul li a:visited { color:#333333; font-weight:normal;text-decoration:none; }
ul.submenu li ul li a:hover, ul.submenu li ul li a:active { color:#1365A4; font-weight:normal;  text-decoration:none; }

ul.submenu li ul li a.active:link, ul.submenu li ul li a.active:visited { color:#1365A4; font-weight:bold;  text-decoration:none; }
ul.submenu li ul li a.active:hover, ul.submenu li ul li a.active:active { color:#1365A4; font-weight:bold; text-decoration:none; }



#footer {
	position:relative;
	text-align:left;
	background:url(/images/bg_footer.gif) top left no-repeat;
	margin:0 auto;
	width:788px;
	padding:8px 0 0 11px;
	width:777px;
	font-size:0.9em;
	z-index:0;
}
* html #footer {
	width:788px;
	w\idth:777px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { color:#000000; text-decoration:underline; }

#footer img#footerEdge1 { position:absolute; left:-1px; top:-10px; z-index:999; }
#footer img#footerEdge2 { position:absolute; right:-1px; top:-10px; z-index:1000; }

a.pageviewedit:link, a.pageviewedit:visited {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_edit_f3.gif) top left no-repeat;
}
a.pageviewedit:hover, a.pageviewedit:active {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_edit_f3.gif) top left no-repeat;
}
a.pageviewdelete:link, a.pageviewdelete:visited {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_delete_f3.gif) top left no-repeat;
}
a.pageviewdelete:hover, a.pageviewdelete:active {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_delete_f3.gif) top left no-repeat;
}
a.pageviewdetail:link, a.pageviewdetail:visited {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_detail_f3.gif) top left no-repeat;
}
a.pageviewdetail:hover, a.pageviewdetail:active {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_detail_f3.gif) top left no-repeat;
}
a.pageviewactivate:link, a.pageviewactivate:visited {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_activate_f3.gif) top left no-repeat;
}
a.pageviewactivate:hover, a.pageviewactivate:active {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_activate_f3.gif) top left no-repeat;
}
a.pageviewdeactivate:link, a.pageviewdeactivate:visited {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_deactivate_f3.gif) top left no-repeat;
}
a.pageviewdeactivate:hover, a.pageviewdeactivate:active {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_deactivate_f3.gif) top left no-repeat;
}
a.pageviewcopy:link, a.pageviewcopy:visited {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_copy_f3.gif) top left no-repeat;
}
a.pageviewcopy:hover, a.pageviewcopy:active {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_copy_f3.gif) top left no-repeat;
}
a.pageviewimport:link, a.pageviewimport:visited {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_import_f3.gif) top left no-repeat;
}
a.pageviewimport:hover, a.pageviewimport:active {
	float:left;
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/pageview/icon_import_f3.gif) top left no-repeat;
}

a:link, a:visited, a:hover, a:active { color:#1365A4; text-decoration:underline; }
h2 a:link, h2 a:visited { text-decoration:none; }


h1,h2,h3 { margin:0; padding:0; }
p { margin:0; padding:0; }
form { margin:0; padding:0; }

h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#279908;
}
h2 span { color:#279908; }

* html table tr td, * html table tr th { 
	font-size:67%; 
	fo\nt-size:1em; 
}
* html table.login td, * html table.login th { 
	font-size:61%; 
	fo\nt-size:1em; 
}

.formerror {
	font-weight:bold;
	color:#E43A30;
}

a.pageviewButton {
	display:block;
	background:url(/images/button/button_gradient.gif) top left repeat-x;
	text-decoration:none;
	padding:1px 5px 1px 5px;
	font-size:11px;
	width:140px;
	text-align:center;
}

a.pageviewButton:link, a.pageviewButton:visited {
	border:1px solid #CCCACA;
	text-decoration:none;
	color:#6A6A6A;
}
a.pageviewButton:hover, a.pageviewButton:active {
	border:1px solid #999999;
	color:#343434;
}

a.pageviewButton img { vertical-align:middle; }
img { border:0; }

input,textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em; padding:1px; margin:0; }
input.submit { font-family:Arial, Helvetica, sans-serif; font-size:1em; padding:1px; margin:0; }
select { font-family:Arial, Helvetica, sans-serif; font-size:1em; }
input.image { border:0; }

table.detailview {
	width:100%;
}

table.detailview td.content {
	font-weight:bold;
}
table.detailview td.divider {
	padding-bottom:1px;
	background:url(/images/title_bottom.gif) bottom left repeat-x;
}

table.form td.divider {
	padding-bottom:1px;
	background:url(/images/title_bottom.gif) bottom left repeat-x;
}

table.detailview td.info {
	font-style:italic;
	font-size:0.9em;
}

pre {
	text-align: left;
}
div.pageturn {
	width:100%;
	font-size:0.9em;
	text-align:right;
	color:#333333;
}
img.leftimage {
	border:0px;
	float:left;
	margin: 0px 7px 7px 0px;
}
img.rightimage {
	border:0px;
	float:right;
	margin: 0px 0 7px 7px;
}
img.centerimage {
	border:0px;

}

h2.title { font-size:1em; color:#1062A1; }
span.date { color:#279908; }

div.eventTitle {
	padding-bottom:1px;
	padding-left:10px;
	background:url(/images/title_bottom.gif) bottom left repeat-x;
}
div.eventTitle h2 { font-size:1em; color:#279908; }

p.clearleft { clear:left; }
p.clearright { clear:right; }

div.eventTeaser {
	padding:5px 10px 8px 10px;
	background:url(/images/divider_blue.gif) bottom left repeat-x;
}

div.fullDivider {
	width:770px;
	clear:left;
	background:url(/images/title_bottom.gif) top left repeat-x;
	height:1px;
	overflow:hidden;
}


p.feedbackRef {
	padding: 20px 10px;
}

p.feedbackRef img.left {
	float: left;	
	padding-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}

p.feedbackRef img.right {
	float: right;
	padding-left: 10;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
}


div.appointmentCol1 { float:left;width:330px; }
div.appointmentCol2 { float:left;width:210px;padding-left:10px; }
div.appointmentCol1 strong { color:#666666; }
div.appointmentCol1 strong.highlight { color:#279908; }

div.addressColumn {
	display:block;
	float:left;
	width:230px;
	margin:0 30px 20px 0;
	padding:0;
}
* html div.addressColumn { display:inline; }


div.boardParent { 
	background:url(/images/title_bottom.gif) bottom left repeat-x;
	padding-bottom:8px;
}

div.boardChild {
	position:relative;
	margin-top:10px;
	background:url(/images/title_bottom.gif) bottom left repeat-x;
	padding:0 0 8px 40px;
}
div.boardParent p, div.boardChild p { margin:4px 0 6px 0; }
div.boardChild a.pageviewdelete { position:absolute; left:10px; top:2px; }
* html div.boardChild a.pageviewdelete { left:-30px; top:0px; }




/* Addinitional content formatting */
hr { height:1px; background:#aac3db; color:#aac3db; border:0; border-top:1px solid #aac3db; }
.article-meta { font-weight:bold; color:#279908; }
