/*-------------------------------------------------*/
/* CSS for Website AGZ e.V.                        */
/* Ralph P. Schorn 2009-10-30                      */
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/* General                                         */
/*-------------------------------------------------*/

body {
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*-------------------------------------------------*/
/* Headlines with layout                           */
/*-------------------------------------------------*/

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	color: #ffff00;
	margin-top: 17px;
	margin-bottom: 0px;
	margin-left: 105px;
}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #5e6266;
	width: 100%;
	margin-top: 32px;
	border-bottom: 2px solid  #B5BEC5; 
}
  
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #5e6266;
	width: 100%;
	margin-top: 35px;
	border-bottom: 2px solid  #B5BEC5; 
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #5e6266;
	width: 100%;
	margin-top: 35px;
	text-align: left;
}


/*-------------------------------------------------*/
/* Global Content                                  */
/*-------------------------------------------------*/

#content {
	width: 850px;
	text-align: center;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
}


/*-------------------------------------------------*/
/* Header Box                                      */
/*-------------------------------------------------*/

#header {
	background-image: url('../images/agz-logo.gif');
	background-color: #0033cc;
	background-repeat: no-repeat;
	background-position: 1px;
	margin-top: 0px;
	border-bottom: 6px solid #8d9399;
	border-top: 0px solid #8d9399;
	font-family: arial, helvetica, sans-serif;
	float: left;
	width: 850px;
	height: 62px;
	text-align: center;
}


/*-------------------------------------------------*/
/* Sidebar Navigation                              */
/*-------------------------------------------------*/

#content_sidebar {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	float: left;
	width: 180px;
}

.content_menu {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	float: left;
	clear: left;
	margin-top: 30px;
	width: 180px;
	padding: 0px 0px 0px 0px;
}

.content_menu div {
  	display: block;
	border-bottom: 1px solid #DDDDDD;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
}

.content_menu a {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #555555;
}

.content_menu a:visited {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #555555;
}

.content_menu a:active {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #555555;
}

.content_menu a:hover {
	text-decoration: underline;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	background-color: #e5e5e5;
	color: #000000;
}


/*-------------------------------------------------*/
/* Content Main Box                                */
/*-------------------------------------------------*/

#content_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #222222;
	float: right;
	width: 620px;
	text-align: left;
}

#content_main a, #content_main a:visited, #content_main a:active {
	text-decoration: underline;
	color: #777777;
}

#content_main a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#content_right {
	margin: 0 auto;
	padding: 5px;
	display: inline;
	float: right;
	width: 285px;
}

#content_left { 
	margin: 0 auto;
	padding: 5px;
	display: inline;
	float: left;
	width: 285px;
}


/*-------------------------------------------------*/
/* Footer Line                                     */
/*-------------------------------------------------*/

#footer {
	width: 850px;
	border-top: 5px solid #0033cc;
	text-align: center;
	clear: both;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
}

#footer_space {
	line-height: 20px;
	width: 850px;
	clear: both;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	border-bottom: 3px solid #8d9399;
}

#footer_right {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px; 
	margin-bottom: 15px; 
	color: #777777;
	float: right;
	text-align: right;
}

#footer_left {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px; 
	margin-bottom: 15px; 
	color: #777777;
	float: left;
	clear: left;
	text-align: left;
}

#footer_right a, #footer_right a:visited, #footer_right a:active, #footer_right:hover {
	text-decoration: none;
	color: #999999;
}


/*-------------------------------------------------*/
/* Font Issues                                     */
/*-------------------------------------------------*/

.text_center {
	text-align: center;
}

.text_spacing_150 {
	line-height: 150%;
}

.text_dark_red {
	color: #C00000;
	font-weight: bold;
}

.text_light_blue {
	color: #0000FF;
}

.text_aktueller_Stand {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	color: #5e6266;
	text-align: right;
}

.Ueberschrift_01 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.Ueberschrift_02 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.Ueberschrift_03 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.Ueberschrift_04 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text_oser_06 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	line-height: 80%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text_oser_08 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 80%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text_oser_10 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	clear: none;
	float: none;
	clip: rect(auto,auto,auto,auto);
}

.text_oser_11 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text_oser_11_spacing_200 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text_oser_12 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text_oser_14 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text_oser_16 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;	
}

.text_oser_18 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;	
}
