body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* zentriert */
#body_all {
	width: 625px;
	/* höhe für hintergrund */
	min-height: 800px;
	margin: 0 auto;
	margin-top: 10px;
}

* html #body_all {
	width: 625px;
	height: 800px;
}


/* meta */
#meta {
	width: 560px;
	height: 14px;
	float: left;
	text-align: left;
	padding: 36px 0px 0px 0px;
	font-size: 10px;
	color: #333;
	background-color:#fff;
}

* html #meta {
	width: 560px;
	padding: 16px 0px 0px 0px;	
}

#meta a {
	color: #333;
}

#afg {
	background-image: url(../images/afglogo.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	float: left;
	width: 65px;
}

/* header */
#header {
	width: 625px;
	height: 164px;
	clear: both;	
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

* html #header {
	width: 196px;
	height: 157px;
}

#spacer {
	height: 0px;
}

.clear {
	clear: both;
}

/* menue mitte*/
#menu {
	width: 583px;
	height: 30px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	/*background-color: #fbe333;*/
	background-color: #fbebbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
	padding-left: 30px;
	text-align: center;
}

* html #menu {
	width: 623px;
}

.menu-level1-no, .menu-level1-act {
	margin: 0 auto;	
	text-align: center;
}


/* level 1 */
.menu-level1-no {
	color: #B03723;
	line-height: 18px;
	padding: 0px 20px 0px 0px;
	float: left;
}

.menu-level1-act {
	color: #333;
	line-height: 18px;
	padding: 0px 20px 0px 0px;
	float: left;	
}

.menu-level1-no a:link {
	color: #B03723;
	text-decoration: none;
}

.menu-level1-no a:visited {
	color: #B03723;
	text-decoration: none;
}

.menu-level1-no a:hover {
	color: #333;
	text-decoration: none;
}

.menu-level1-act a:link {
	color: #333;
	text-decoration: none;
}

.menu-level1-act a:visited {
	color: #333;
	text-decoration: none;
}

.menu-level1-act a:hover {
	color: #333;
	text-decoration: none;
}



/* jetzt submenu */
.menu-level2-no {
	color: #B03723;
	font-size: 13px;
	line-height: 12px;
	padding: 14px 0px 14px 0px;
	text-transform: none;
	border-top: 1px solid #B03723;	
        /*border-bottom: 1px solid #B03723;	*/
}

.menu-level2-no a:link {
	color: #B03723;
	text-decoration: none;
	font-weight: normal;
}

.menu-level2-no a:visited {
	color: #B03723;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-no a:hover {
	color: #333;
	text-decoration: none;
}

.menu-level2-no-last {
        border-top: 1px solid #B03723;
	border-bottom: 1px solid #B03723;
	padding: 14px 0px 14px 0px;
	font-weight: normal;
	font-size: 13px;	
	text-transform: none;	
}

.menu-level2-no-last a:link {
	color: #B03723;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level2-no-last a:visited{
	color: #B03723;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level2-no-last a:hover{
	color: #333;
	text-decoration: none;
	font-weight: normal;	
}

.menu-level2-act {
	color: #333;
	font-size: 13px;
	line-height: 12px;
	padding: 14px 0px 14px 0px;
	text-transform: none;
	border-top: 1px solid #B03723;	
	/*border-bottom: 1px solid #B03723;*/
        font-weight: bold;
}

.menu-level2-act a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;	
}

.menu-level2-act a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level2-act a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;	
}

.menu-level2-act-last {
	border-top: 1px solid #B03723;
	border-bottom: 1px solid #B03723;
	padding: 14px 0px 14px 0px;
	font-weight: bold;
	font-size: 13px;	
	text-transform: none;	
}

.menu-level2-act-last a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level2-act-last a:visited{
	color: #333;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level2-act-last a:hover{
	color: #333;
	text-decoration: none;
	font-weight: bold;		
}


/* search/login - not in use */
/*
#searchbox {
	height: 40px;
	background-color: #D1CFCF;
}

* html #searchbox {

}

#searchbox form {
	padding-top: 8px;
}

.searchbox {
	color: #333;
	font-size: 19px;
	font-weight: bold;
	padding: 0px 5px 0px 12px;
	float: left;
} 

#login {
	width: 180px;
	height: 60px;
	padding: 15px 0px 0px 12px;	
	background-color: #fff;
}

* html #login {
	width: 168px;
}

.login {
	
}

#login a:link {
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#login a:visited{
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#login a:hover {
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
} */



/* content */
#content {
	width: 563px;
	min-height: 300px;
	padding: 50px 30px 30px 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fbebbb;	
}	

* html #content {
	padding: 20px 10px 30px 10px;
    width: 603px;
	wid\th: 603px;
	height: 300px;
}	

/* footer */
#footer {
	width: 625px;
	height: 30px;
	clear: both;
	margin-bottom: 10px;
	font-size: 10px;  
	text-align: right;
	/*background-color: #fbe333;*/		
}	

#footer a {
	color: #333;
	font-size: 10px;
}

* html footer {

}

.csc-mailform-radio {
	float: left;
	border: none;
}

.csc-mailform-radio input, .csc-mailform-radio fieldset{ border: none;}
.csc-mailform-radio legend {display: none;}


#align
p.align-right {
	text-align: right;
}


p.align-center {
	text-align: center;
}



