﻿@charset "utf-8";
/* CSS Document */

body{
	aling:center;
	font-family:Verdana, Arial;
	font-size:12px;
	}
img{
	border:none;
	}

#container{
	text-align:center;
	width:100%;
	height:100%;
	}	

/* Formatierung der Überschriften*/
h1 {
	text-align:left;
	font-style:italic;
	color:#000;
	}


#anschrift1_header{
	position:absolute;
	top:15px;
	right:165px;
	font-family:Verdana, Arial;
	 text-align:right;
	 color:#F00;
	 font-weight:bold;
	 font-size:15px;}
#anschrift2_header{
	position:absolute;
	top:58px;
	right:180px;
	font-family:Verdana, Arial;
	 text-align:right;
	 color:#F00;
	 font-weight:bold;
	 font-size:9px;}
	 
	 
/* allgemeine Verweise */
a:link { font-weight:normal; color:#0000E0; text-decoration:none }
a:visited { font-weight:normal; color:#000080; text-decoration:none }
a:hover { font-weight:normal; color:#000080; text-decoration:none }

/* Haupt-Verweise*/
#verweise{
	position:absolute;
	top:117px;
	left:0px;
	width:700px;
	height:22px;
	text-align:left;
	margin-left:20px;
	padding:0px;
	}
#verweise a{
	font-family:Verdana, Arial;
	padding-right: 33px; 
	float: left;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;}
#verweise a:hover { 
	background-image: url(); 
	text-decoration: none; 
	background-position: 0 0; }
#verweise ul{
	list-style-type: none;
	padding:0;
	margin:0;}
#verweise li{
	font-size: 12px;
	display: inline; 
	line-height: 22px;
	text-decoration:none;
	font-weight:bold;}

/* header */
#header{
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:231px;  /*186*/
	background-image:url(http://www.asj-sachsen.de/img/layout/bg_header.jpg);
	}

/* Formatierung der Seite*/
#header_table{
	width:900px;
	height:195px;
	}	
#main_table{
	vertical-align:top;
	width:702px;
	height:100%;
	}
#sidebar_table{
	vertical-align:top;
	width:198px;
	height:100%;
	background-image:url(http://www.asj-sachsen.de/img/layout/bg_sidebar_repead.jpg);
	background-repeat:repeat-y;
	}
/* Sidebar mit news usw */
#sidebar_inhalt{
	margin:10px;
	font-size:10px;}	
#sidebar{
	position:relative;
	top:0px;
	right:0px;
	height:100%;
	width:198px;
	background-image:url(http://www.asj-sachsen.de/img/layout/bg_sidebar.jpg);
	background-position:0px 25px;
	background-repeat:no-repeat;
	}
#sidbar_footer{
	text-align:center;
	position:relative;
	top:-70px;
	left: 702px;
	height:12px;
	width:198px;
	color:#F00;
	font-size:10px;
	margin-bottom:10px;
	margin-top: 20px;
	}
#sidbar_footer a{
	color:#F00;
	font-size:9px;
	}

/* Inhaltsbereich */
#main{
	position:relative;
	top:-118px;
	left:0px;
	height:100%;
	width:652px;
	margin:20px;
	margin-right:30px;
	text-align:justify;

	}
#content{
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:100%;
	}	


#footer{
	position:relative;
	bottom:-2px;
	left:0px;
	width:900px;
	height:22px;
	font-size:8px;
	text-align:center;
	line-height:22px;
	background-image:url(http://www.asj-sachsen.de/img/layout/bg_balken.jpg);
	background-repeat:repeat-x;
	}

.balken_gelb{
	position:relative;
	top:0px;
	left:0px;
	background-image:url(http://www.asj-sachsen.de/img/layout/bg_balken_gelb.jpg);
	background-repeat:repeat-x;
	height:27px;
	width:198px;
	vertical-align:middle;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	color:#000;
	}	
.sidebar_content{
	text-align:center;
	position:relative;
	top:5px;
	right:0px;
	width:198px;
	height:100%;
	margin-bottom:10px;
	}
	
table {		
	text-align:left;
	font-family:Verdana, Arial;
	}
/*Formatierung für Tabellenkopf*/
.tabele_kopf{
	background-image:url(http://www.asj-sachsen.de/img/layout/bg_balken.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#000;
	padding-left:10px;
	}	
/* Formatierung für Tabelleninhalt/Hinmtergrund*/
.bg_tabele{
	background-image:url(http://www.asj-sachsen.de/img/layout/bg_sidebar.jpg);
	background-repeat:repeat;
	}

