/* CSS Document */
body, html {
	height:100%;
	background-color:#969696;
	margin:0px;
	padding:0px;
	text-align:center;
}

p, ol, ul, div, h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	padding:0px;
	margin:0px;
}

/*Überschriften*/

H1, H2, H3, H4 ,H5 {
   padding-left:0px;
   padding-right:0px;
   padding-top:0px;
}

H1 { 
  font-size: 16px;  
  color:#00529c;
  padding-bottom:20px;  
}

H2 { 
  font-size: 16px;  
  color:#000000;
  padding-bottom:12px;  
}

H3 { 
  font-size: 14px;  
  color:#00529c;
  padding-bottom:10px; 
}
	 
H4 { 
  font-size: 14px;  
  color:#FFFFFF;
  padding-bottom:10px;  
}
	 
H5 { 
  font-size: 12px;  
  color:#00529c;
  padding-bottom:8px; 
}	 

/*Hyperlinks*/
a:link 		{ color:#003d92; }
a:visited 	{ color:#003d92; }
a:hover 	{ color:#4a4a4c; }
a:active 	{ color:#003d92; }
a:focus 	{ color:#4a4a4c; }


/*whatever*/
#wrap {
	background:#fff url(images/back.gif) repeat-y top left; 
	width: 839px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	margin:auto;
}

#language {
	text-align:right;
	padding: 5px 43px 0px 0px;
}

#language a {
	border:0;
	text-decoration:none;
}

#headerimage {
	text-align:center;
}

#content_top {
	width: 763px;
	height: 5px;
	background:#fff url(images/content_top.gif) no-repeat top left;
}

#contentwrap {
	text-align:center;
	width: 763px;
	margin:auto;
}

#content_bottom {
	width: 763px;
	height: 7px;
	background:#fff url(images/content_bottom.gif) no-repeat top left;
}

#content_left {
	width: 5px;
	background:#fff url(images/content_left.gif) repeat-y top left;
}

#content_right {
	width: 6px;
	background:#fff url(images/content_right.gif) repeat-y top left;
}

#footer {
	float:left;
	width:100%;
	background:#fff url(images/back.gif) repeat-y top left;
	padding:0px 0px 10px 0px;
}

#copyright {
	float:left;
	padding: 0px 0px 0px 43px;
}

#creation {
	float:right;
	padding: 0px 43px 0px 0px;
}

/*Suchbox*/
#searchbox {
	text-align:center;
	padding-top:15px;
}

#mysearchbox {
	width: 132px;
}

.tx-macinasearchbox-pi1 {
	margin:auto;
}

#mainmenu {
	margin:0;
	padding:0;
}

/*Minimenü*/
#minimenu {
	padding: 15px;
	text-align:center;
}

#minimenu ul {
	padding-left:29px;
}

#minimenu li {
	list-style:url(images/listicon.gif);
}

#minimenu a {
	font-size:10px;
	color:#00274b;
	text-decoration:none;
}

/* Listen allg. */
ul {
	padding: 0px 0px 0px 15px;
}

li {
	list-style:url(images/listicon2.gif);
}

/*Content*/
#content {
	padding: 15px 20px 15px 20px;
}

.box1 {
	width:212px;
	border:1px solid #b7b7b7;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:#d0d1d3 url(images/box1_back.gif) no-repeat left top;
	text-align:left;
	padding: 5px 10px;
}

.leerzeile {
	width:99%
	height:15px;
}

.zweispaltig {
	width:545px;
}

.zweispaltig .left{
	padding: 0px 15px 0px 0px;
}

hr {
	border:0;
	width:99%
	color:#b7b7b7;
	background-color:#b7b7b7;
	height:1px;
	margin:15px 0px;
}

/*Formulare*/
fieldset.csc-mailform {
	border:0px;
	padding:0px;
	margin:0px;
}

label {
	width:75px;
	padding:8px 0px 0px 0px;
	margin:0px;
	float:left;
}

input {
	width:210px;
	margin:1px 0px;
}

input.csc-mailform-submit, input.csc-mailform-submit:link, input.csc-mailform-submit:visited {
	margin-top:10px;
	background-color:#eee;
	width:100px;
	border:#666 solid 1px;
}

input.csc-mailform-submit:hover, input.csc-mailform-submit:active, input.csc-mailform-submit:focus {
	background-color:#ccc;
}

input.macina_search_button {
	width:100px;
	height:19px;
	border:0px;
	margin:0px;
}

input.macina_search_button2 {
	width:100px;
	height:19px;
	border:0px;
	margin:8px 0;
}