/******************************************************/
/* Positionierung neu */
/******************************************************/
body {
	text-align:left;
	margin:0px;
}

/* Äußerster Inhaltscontainer */
#pagecontainer { width: 744px; margin:0px auto;text-align:left;
}

/* Navigation links */
#navigationcontainer {
	position: absolute;
	left: 0;
	/*top: 0;*/
	width: 164px;
	height: 100%;
	float: left;
	display:block;
	margin-top :0px;
	margin-left : 0px;
	margin-bottom : 0px;
}

/* Content nur für Homepage */
#contentcontainer_homepage {
	position: absolute;
	left: 164px;
	width: 615px;
	float: left;
	background-color: white;
}
/* Content für alle anderen Seiten */
#contentcontainer_content {
	position: absolute;
	left: 164px;
	padding-left: 15px;
	width: 565px;
	background-image: url(../img/hintergrund_navoben_580.jpg);
	background-color: white;
	background-repeat: no-repeat;
}

/*
#fusszeile {
	width: 744px;
	height: 2px;
	background-color: white;
}
*/

/**************/
/* HOMEPAGE   */
/**************/
#homepage_header {
	width: 615px;
	clear: both;
	float: left;
}
#homepage_left { width: 445px; float: left; padding-left: 15px; padding-right: 15px;}
#homepage_right { width: 140px; float: left; }
.homepage_left_header { width: 445px; } 
.homepage_left_header_title { float: left; }
.homepage_left_header_weiter { float: right; }

.homepage_left_content { width: 445px; clear: both;}
.homepage_left_content_left { width: 215px; float: left;}
.homepage_left_content_right { width: 215px; float: right;}
/* News */
#homepage_augsburg_news { width: 445px; float: left;}

/* Infotext auf Homepage */
#homepage_info { margin-top: 20px; padding-left: 10px; width: 600px; float: left; font-size: 75%; color: #666666; }
/* Copyrighttext auf Homepage */
#homepage_copyright { margin-top: 20px; padding-left: 10px; width: 600px; float: left; font-size: 75%; color: #666666; }

/* Header auf allen Seiten */
/* obere Navigation für Webcam, Suchen und Kontakt bzw. Sprachflaggen */
#header_left_nav { float: left; width: 365px; height: 21px;}
.header_left_nav_link { width: 70px; height: 21px; float: left; padding-top: 2px; padding-right: 15px;}
#header_flags { float: right; width: 200px; height: 21px; }
.header_flag { padding-top: 5px; padding-right: 15px; float: right;}


/**************/
/* NAVIGATION */
/**************/
#nav_buttons {
	position: absolute;
	top: 0px;
	width: 164px;
        height: 21px;
        margin: 0px;
        background-color: #528100;
}
#nav_logo {
	position: absolute;
	top: 21px;
	width: 164px;
	height: 70px;
	margin: 0px;
}
#nav_fahnen {
	position: absolute;
	top: 91px;
	width: 164px;
	height: 25px;
	margin: 0px;
	padding:0px;
}
/*
#nav_suche_image {
	position: absolute;
	top: 102px;
	width: 164px;
}*/
#nav_menue {
	position: absolute;
	top: 112px;
	width: 164px;
}
/**************/
/* CONTENT    */
/**************/
/* Einrückung der Top-Navigation*/
/* Keine Einrückung mehr wegen umgestaltung */
div.mytitle2, div.topmenu2 {
	padding-left: 0px;
}

/* Positionierung der Inhaltsbereiche 1-3 Spaltig */
/****************************** Template ct_1 */
#content_col_normal_ct_1 {
	width:565px;
	float: left;
}
/******************************* Template ct_2 */
#content_col_left_ct_2 {
	width:370px;
	float: left;
}
#content_col_normal_ct_2 {
	padding-left: 15px;
	width:180px;
	float: left;
}
/******************************* Template ct_3 */
#content_col_left_ct_3 {
	width:180px;
	float: left;
}
#content_col_normal_ct_3 {
	padding-left: 15px;
	width:370px;
	float: left;
}
/******************************* Template ct_4 */
#content_col_left_ct_4 {
	width:275px;
	float: left;
	overflow: hidden;
}
#content_col_normal_ct_4 {
	padding-left: 15px;
	width:275px;
	float: left;
	overflow: hidden;
}
/******************************* Template ct_5 */
#content_col_left_ct_5 {
	width:178px;
	float: left;
}
#content_col_normal_ct_5 {
	padding-left: 15px;
	width:179px;
	float: left;
}
#content_col_right_ct_5 {
	padding-left: 15px;
	width:178px;
	float: left;
}


/* Positionierung und Auszeichnung Copyright-Vermerk */
#content_copyright {
	margin-top: 30px;
	padding: 3px;
	width: 557px;
	float: left;
	font-size: 11px;
	border: 1px dotted #999999;
}
#content_copyright A {
	color: #999999;
	text-decoration: none;
}

/* Positionierung Werbung */
#seitencontainer {
    background-color:#fff; width:744px; margin:0; padding:0;
}

