/* global font definition */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

HTML {
	overflow-x: hidden;
}

/* Elements - Body */

BODY {
	background-color: #F3F2DF;
	margin: 0;
	padding: 0;
}

/* Elements - Anchors */

#navcontent A {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	line-height: 20px;
	padding: 0 0 0 12px;
}

#navcontent A:hover {
	text-decoration: underline;
}

#navcontent A.home {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	line-height: 20px;
	padding: 30px 0 0 12px;
}

#navcontent A.rcd_geschichte {
	padding: 0 0 0 32px;
}

#navcontent A.rcd_vorstand {
	padding: 0 0 0 32px;
}

#navcontent A.rcd_treffpunkt {
	padding: 0 0 0 32px;
}

DIV.member A.subnav {
	margin-left: 22px;
}

#navcontent A.kontakt {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	line-height: 20px;
	padding: 0 0 0 12px;
}

#navcontent A.sub_kontakt {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	line-height: 20px;
	padding: 90px 0 0 12px;
}

BODY.home #navcontent A.home {
	color: #29286C;
}

BODY.wasistrotary #navcontent A.wasistrotary {
	color: #29286C;
}

BODY.rc_duebendorf #navcontent A.rc_duebendorf {
	color: #29286C;
}

BODY.programm #navcontent A.programm {
	color: #29286C;
}

BODY.member #navcontent A.member {
	color: #29286C;
}

BODY.rcd_geschichte #navcontent A.rcd_geschichte {
	color: #29286C;
}

BODY.rcd_vorstand #navcontent A.rcd_vorstand {
	color: #29286C;
}

BODY.rcd_projekte #navcontent A.rcd_projekte {
	color: #29286C;
}

BODY.projekte #navcontent A.projekte {
	color: #29286C;
}

BODY.rcd_treffpunkt #navcontent A.rcd_treffpunkt {
	color: #29286C;
}

BODY.kontakt #navcontent A.kontakt {
	color: #29286C;
}

BODY.links #navcontent A.links {
	color: #29286C;
}

BODY.presse #navcontent A.presse {
	color: #29286C;
}

BODY.disclaimer #navcontent A.disclaimer {
	color: #29286C;
}

BODY.bulletin #navcontent A.bulletin {
	color: #29286C;
}

#navcontent A.active {
	color: #29286C;
}

DIV.content A {
	font-size: 12px;
}

/* Elements - Images */

IMG {
	border: 0px;
}

#sidebox IMG {
	padding: 0 0 10px 0;
}

/* Elements - Headers */

H1, H2, H3 {
	margin: 0;
}

H1 {
	font-size: 18px;
}

H2 {
	font-size: 15px;
}

/* Elements - Tables */

TD {
	font-size: 12px;
	vertical-align: top;
}

/* Elements - Forms */

FORM {
	display: inline;
}

INPUT.default {
	width: 98%;
}

/* Elements - Paragaphs */

P {
	font-size: 12px;
}

DIV.content P.title {
	font-weight: bold;
}

/* Elements - Spans */

/* Elements DIV's */

#sidebox DIV.content {
	width: 150px;
	padding: 0 10px 0 10px;
}

#content_home DIV.content {
	padding: 115px 0 0 20px;
	color: #A9AB7C;
	font-size: 14px;
}

#content_wasistrotary DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_rcduebendorf DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_rcdgeschichte DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_rcdvorstand DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_rcdprojekte DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_rcdtreffpunkt DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_programm DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_bulletin DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_kontakt DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_links DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#content_disclaimer DIV.content {
	height: 311px;
	overflow: auto;
	padding: 0 0 0 20px;
	color: #000000;
	font-size: 8px;
}

#navigation DIV.bottomnav {
	position: absolute;
	bottom: 20px;
}

/* Misc Elements */

UL {
	padding: 0;
	margin: 0 0 0 0;
}

#navcontent LI {
	list-style: none;
}

UL.abessa {
	margin: 0 0 0 15px;
	list-style: circle;
}

UL.abessa LI {
	font-size: 12px;
}

UL.programm {
	margin: 0 0 0 20px;
	list-style: circle;
}

UL.programm LI {
	font-size: 12px;
}

UL.vorstand {
	margin: 0 0 0 4px;
	list-style: circle;
}

UL.vorstand LI {
	font-size: 12px;
}

/* ID's */

#logo {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 321px;
	height: 72px;
}

#copyright {
	position: absolute;
	top: 577px;
	left: 35px;
	color: #AFB084;
}

#navigation {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 309px;
	height: 397px;
}

#navigation #navfiller {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: #FFFFFF;
}

#navigation #navfiller_wasistrotary {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_wasist_left.jpg) no-repeat top left;
}

#navigation #navfiller_rcduebendorf {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_rcd_left.jpg) no-repeat top left;
}

#navigation #navfiller_geschichte {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_geschichte_left.jpg) no-repeat top left;
}

#navigation #navfiller_vorstand {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_vorstand_left.jpg) no-repeat top left;
}

#navigation #navfiller_projekte {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_projekte_left.jpg) no-repeat top left;
}

#navigation #navfiller_projekte_abessa {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_projekte_left_abessa.jpg) no-repeat top left;
}

#navigation #navfiller_projekte_cisol {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_projekte_left.jpg) no-repeat top left;
}

#navigation #navfiller_projekte_minex {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_projekte_left.jpg) no-repeat top left;
}

#navigation #navfiller_projekte_polio {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_projekte_left.jpg) no-repeat top left;
}

#navigation #navfiller_projekte_austausch {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_projekte_left_austausch.jpg) no-repeat top left;
}

#navigation #navfiller_treffpunkt {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_treffpunkt_left.jpg) no-repeat top left;
}

#navigation #navfiller_programm {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_programm_left.jpg) no-repeat top left;
}

#navigation #navfiller_bulletin {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_bulletin_left.jpg) no-repeat top left;
}

#navigation #navfiller_kontakt {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_kontakt_left.jpg) no-repeat top left;
}

#navigation #navfiller_links {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_links_left.jpg) no-repeat top left;
}

#navigation #navfiller_disclaimer {
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 397px;
	background: url(../../images/img_disclaimer_left.jpg) no-repeat top left;
}

#navigation #navcontent {
	position: absolute;
	top: 0;
	left: 158px;
	width: 151px;
	height: 397px;
	background: #B1B48C;
}

#content {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#contentblock_header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 480px;
	height: 25px;
	color: #B1B48C;
	font-size: 24px;
	text-align: right;
	text-transform: none;
	padding: 5px 0 0 0;
}

#sidebox {
	position: absolute;
	top: 0;
	left: 495px;
	width: 100%;
	height: 397px;
	background: #F0EED9 url(../../images/sidebox_bg.gif) repeat-y top left;
}

#contentblock_home {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF url(../../images/img_home.jpg) no-repeat top left;
}

#content_home {
	position: relative;
	top: 0;
	left: 409px;
	height: 397px;
	border-left: 2px solid #F6F4E5;
}

#contentblock_wasistrotary {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_wasistrotary {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_rcduebendorf {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_rcduebendorf {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_rcdgeschichte {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_rcdgeschichte {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_rcdvorstand {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_rcdvorstand {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_rcdprojekte {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_rcdprojekte {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_rcdtreffpunkt {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_rcdtreffpunkt {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_bulletin {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_bulletin {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_programm {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_programm {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_kontakt {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_kontakt {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_links {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_links {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}

#contentblock_disclaimer {
	position: absolute;
	top: 130px;
	left: 328px;
	width: 100%;
	height: 397px;
	background: #FFFFFF;
}

#content_disclaimer {
	position: relative;
	top: 55px;
	width: 480px;
	height: 397px;
}
