/* general configuration of websites. reset elements */
html, body	{
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #000;
}

html, body {
	min-height: 100.01%;
}

a {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, li, dl, dt, dd, input, select, textarea, tr, td, fieldset {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, li, dl, dt, dd, textarea, tr, td, fieldset {
	padding: 0;
}

table {
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, legend {
	font-size: 1em;
}

img, fieldset {
	border: none;
}

ul, li {
	list-style: none;
}
input, select, textarea {
	font-size: 1.1em;
	color: #000;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

label, button, .inputBut input {
    cursor: pointer;
}

abbr, acronym {
	border-bottom: none;
}

/* to wrap "-" even in Mozilla */
.mW:after {
	content: " "; margin-right: -0.32em;
}

/* Boxes with floated Childelements*/
.clearMe:after, .contentBox:after, .boxesSideBySide .iLeftBox:after ,.boxesSideBySide .iRightBox:after
 {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
body {
	width: 100%;
	background-image: url(/images/BGAlll.jpg);	
}

#outer  {
	width: 100%;
	background-image: url(/images/BGCen.gif); background-repeat: repeat-x; background-position: center -1px;
}

#outer .iOuter  {
	margin: 0 auto;
	width: 760px;
	position: relative;
}

#header {
	background: url(/images/CenterBG.jpg) no-repeat;
	height: 223px;
	position: relative;
}

.metaNav li {
	float: left;
	font-size: 10px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #FFF;
}

#outer .metaNav li.first {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

#header .metaNav {
	position: absolute;
	right: 69px;
	top: 54px;
}

#header .metaNav a {
	color: #A2A2A2;
}

#header #logo {
	position: absolute;
	top: 46px;
	left: 63px;
}

#footer {
	background: url(/images/Footeer.jpg) 26px top no-repeat;
	height: 75px;
	position: relative;
	left: 1px;
}

#footer .metaNav {
	position: absolute;
	top: 15px;
	left: 50%;
	font-weight: bold;
	margin-left: -115px;
}

#footer .metaNav li {
	border-width: 2px;
	padding-left: 12px;
	margin-left: 12px;
}

#footer .metaNav a {
	color: #FFF;
	
}

#page {
	background: url(/images/BGLeftCollum.jpg) left top repeat-y #FFF;
	margin-left: 27px;
	margin-right: 26px;
}

#page .iPage{
	background: url(/images/BGRightCollum.jpg) right top repeat-y;
	height: 344px;
	position: relative;
}

#navi {
	position: absolute;
	left: 277px;
	top: 6px;
}

#navi li {
	float: left;
}

#content {
	position: absolute; 
	left: 288px;
	top: 51px;
	width: 383px;
	height: 276px;
	overflow: hidden;
}

h1, h2, h3 {
	background: url(/images/bullit.jpg) no-repeat 0 10px;
	border-bottom: 1px solid #B8B8B8;
	padding: 0 0 2px 20px;
	font-weight: normal;
	color: #C20F0B;
}

h1:first-letter, h2:first-letter, h3:first-letter {
	font-size: 1.25em;
}

.contentBox {
	margin-top: 20px;
	overflow: hidden;
}

#start.contentBox {
	margin-top: 0;
}

.iContentBox {
	font-size: 10px;
	padding-top: 12px;
	float: left;
}

.iContentBox p {
	color: #535353;
}

.iContentBox li {
	background: url(/images/Marker200.jpg) no-repeat 0 5px;
	padding: 0 0 5px 13px;
	color: #535353;
}

.iContentBox li a {
	color: #535353;
}

.iContentBox .moreLink {
	float: right;
	font-weight: bold;
	color: #D31100;
	background: url(/images/marker100.jpg) no-repeat 0 5px; 
	padding-left: 10px;
}

.iContentBox p strong {
	color: #166BAF;
	display: block;
	padding-bottom: 5px;
}

#aboutMe .iContentBox p strong {
	padding-bottom: 1px;
}

#aboutMe .iContentBox p {
	padding-bottom: 5px;
}

#imprint .iContentBox p strong {
	padding-bottom: 1px;
}

#imprint .iContentBox p {
	padding-bottom: 9px;
}

#teaserBox .iContentBox strong {
	padding-bottom: 0;
}

.leftImg {
	float: left;
	margin-right: 10px;
}

#teaserBox {
	background: url(/images/BGASCR.jpg) no-repeat;
	width: 261px;
	height: 331px;
	top: 0;
	left: 16px;
	position: absolute;
}

#teaserBox .contentBox {
	margin-top: 0;
}

#teaserBox p {
	padding-bottom: 5px;
}

#teaserBox .iTeaserBox {
	margin: 0 24px 0 45px;
}

.boxesSideBySide .leftBox, .boxesSideBySide .rightBox {
	float: left;
	width: 50%;
}

.boxesSideBySide .iLeftBox { /*, .boxesSideBySide .iRightBox {*/
	padding-right: 20px;
	border-right: 1px dotted #F0F;
}

.boxesSideBySide .iRightBox {
	padding-left: 20px;
	margin-left: -1px;
	border-left: 1px dotted #00F;
}


.formBox label {
	display: block;
	font-weight: bold;
}
.formBox p {
	width: 377px;
	padding-bottom: 10px;
	clear: both;
}
.formBox input, .formBox textarea {
	width: 99%;
	display: block;
	font-size: 11px;
	height: 13px;
}
.formBox textarea {
	padding-right: 3px;
	height: 86px;
}
.formBox .leftBox {
	width: 182px;
	float: left;
}
.formBox .rightBox {
	clear: none;
	width: 182px;
	float: right;
}
.formBox button {
	background: none;
	border: none;
	padding: 0;
	float: right;
	width: 45px;
	margin-left: 10px;
}
.formBox .buttonArea {
	margin-right: -3px;
}

.paging {
	position: absolute;
	right:0;
	bottom:0;
}

.paging li {
	float: left;
	background: none;
	border-left: 1px solid #979797;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
}

.paging li.button, .paging li.first {
	border-left: 0;
}

.paging li.chosen {
	font-weight: bold;
	color: #D31100;
}

.paging li a {
	text-decoration: none;
}

.paging li a:hover, .paging li a:focus, .paging li a:active {
	text-decoration: underline;
}
