/* WWW.PAGE-STYLE.CH */

/* CSS by PAGE-style (c) 2010 */


/* - - - - - - - - - - - - - - - - - - - - */
/* BODY */
/* - - - - - - - - - - - - - - - - - - - - */
body, html {
background: #ededed;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
color: #000000;
margin: 0 0 5px 0;
line-height: 20px;
}


a {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding-bottom: 10px;
	padding-top: 15px;
	font-size: 24px;	}
	
	h2 {
	font-weight: Normal;
	margin-top: 15px;
	font-size: 13px;
	text-decoration: underline;
}




/* - - - - - - - - - - - - - - - - - - - - */
/* A.HOVER DER BILDER */
/* - - - - - - - - - - - - - - - - - - - - */

/*
#img_hover {
background-color: #FFFFFF;
}
#img_hover a:hover{
background-color: #00FF00;
color:#00FF00;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* AEUSSERE CONTENTBOX */
/* - - - - - - - - - - - - - - - - - - - - */
#inhalt {
margin: auto;
text-align: left;
width: 850px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* DESIGNTABELLE*/
/* - - - - - - - - - - - - - - - - - - - - */
#design {
width: 100%;
}

#head {
height:190px;
}
#head a:hover{
color:#ededed;
}
#img_link a:hover{
color:#ededed;
}

#tnleft {
background: #ededed;
padding: 3px;
color: #000000;
font-size: 11px;
}

#tnright {
background: #ededed;
padding: 3px;
padding-left:25px;
color: #000000;
font-size: 11px;
}

#menue {
	color: #000000;
	vertical-align: top;
	margin: 0px;
	width: 192px;
	font-size: 16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.menuelinks a {
	display: block;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #000000;


}
.menuelinks a:hover {
	background-image:url(images/over.PNG);
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;

}

.menuelinks .aktuell {
	display: block;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-image:url(images/active.PNG);
		background-repeat: no-repeat;
		font-weight:normal;
		text-align:right;
}
/*Content-Bereich with link-definition 091009*/
#content {
background: #ffffff;
padding-left: 25px;
padding-right: 25px;
margin-left: 100px;
margin-top: 40px;
color: #000000;
vertical-align: top;
border: 1px solid #FF0000;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
}

#content a, a:hover {
}
#content a:hover {
}
/*FINISH change */

#footer {
padding: 3px;
color: #999999;
text-align: right;
}	

.right {
	float:right;
	padding-left:10px;
}

.left {
	float:left;
	padding-right:10px;
}

.justify {
	text-align: justify;
}




table {
padding:5px;
border:0px;
}

form {
border : 5px;
padding:5px;
margin:5px;
}


legend {
color:#666666;
}

form label.text {
	display:block;
	float: left;
	width: 40%;
	text-align: right; 
	margin: 5px 0 0 0;
	padding: 0.1em;
}

.styleSmall {
	font-size:10px;
}

.styleNormalBestaetigungFehler {
	border: 1px solid #FF0000
}
.styleNormalBestaetigung {
	color: #FFFFFF;
	background-color: #FF0000;
}

input.text, textarea.text,input.warning, textarea.warning  { 
  border-color:#666666; 
  border-style:solid; 
  border-width:1px; 
  margin:5px;
	width:200px;
}


 textarea.text  {
 width:200px;
 height:80px;
 }

.button {
	margin-top:5px;
	height: 25px;

	border: 0px solid #ffffff;
	padding: 0px 10px 0px 10px;	
	color:  #ffffff;
	background-color: #FF0000;	
			
}

