/* Standartformatierung des Bodys */
body { margin: 0; padding: 0; font-family: arial; font-size: 12px; color: #6a6a6a; background-image: url('../images/bg.jpg'); }

/* Textausrichtungen */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }

/* Formatierung der Ueberschriften */
.h1 { font-family: arial; font-size: 16px; color: #6a6a6a; font-weight: bold; margin: 0; padding-top: 5px; padding-bottom: 5px; }
.h2 { font-family: arial; font-size: 14px; color: #6a6a6a; font-weight: bold; margin: 0; padding-top: 5px; padding-bottom: 5px; }
.h3 { font-family: arial; font-size: 14px; color: #6a6a6a; font-weight: bold; margin: 0; padding-top: 5px; padding-bottom: 5px; }
.h4 { font-family: arial; font-size: 12px; color: #6a6a6a; font-weight: bold; margin: 0; padding-top: 5px; padding-bottom: 5px; }

/* Formatierung Standart Link */
a:link { font-family: arial; font-size: 11px; color: #1F319F; text-decoration: none; }
a:visited { font-family: arial; font-size: 11px; color: #1F319F; }
a:hover { font-family: arial; font-size: 11px; color: #00022C; }

/* Formatierung Schrift Sondertypen */
.bold { font-weight: bold; }

/* Float Clear Class */
.clear { clear: both; }

/* Formatierung Header */
#header { background-image: url('../images/ast-design-1.jpg'); width: 994px; height: 194px; margin: 0 auto; }

/* Formatierung Header Navigation */
#header_nav { background-image: url('../images/ast-design-2.jpg'); width: 974px; height: 36px; margin: 0 auto; padding-left: 20px; }
.link {
	margin: 0px;
	background-image: url('../images/button.jpg');
	width: 120px;
	height: 24px;
	float: left;
	padding-left: 15px;
	padding-top: 7px;
	display: inline;
	font-weight: bold;
} 
#header_nav a { font-family: arial; font-size: 12px; color: #606060; text-decoration: none; }
#header_nav a:hover { font-family: arial; font-size: 12px; color: #00022C; }

/* Formatierung Content */
#content { background-image: url('../images/ast-design-3.jpg'); width: 994px; margin: 0 auto; }

/* Formatierung Content Navigation */
#content_navigation { width: 178px; float: left; background-image: url('../images/ast-design-6.jpg'); }
#content_navigation ul { margin-left: 3px; padding: 0; list-style: none;}
#content_navigation li { margin: 0; padding-left: 15px; padding-top: 3px; padding-bottom: 3px; width: 160px; border-bottom: 1px solid #dedede; border-top: 1px solid #6a6a6a;}
#content_navigation a  { font-family: arial; font-size: 11px; color: #606060; text-decoration: none; font-weight: bold;}
#content_navigation a:hover { font-family: arial; font-size: 11px; color: #00022C; font-weight: bold;}

/* Formatierung Content Inhalt*/
#content_inhalt { width: 800px; float: left; }
.big_box { background: #E4E4E4; padding: 5px; width: 770px; border: 1px solid #0E295E; margin: 10px; }
.small_box { background: #E4E4E4; padding: 5px; width: 374px; border: 1px solid #0E295E; margin-left: 10px; float:left; display: inline; }
.newsbreak { width:770px; border-style:dotted; height:0px; color: #000; } 

/* Formatierung Footer */
#footer { background-image: url('../images/ast-design-4.jpg'); width: 994px; height: 45px; margin: 0 auto; }

/* Formatierung Footer Navigation */
#footer_nav { font-family: arial; font-size: 10px; color: #dedede; width: 700px; margin: 0 auto; padding-top: 13px; text-align: center; }
#footer_nav a { font-family: arial; font-size: 10px; color: #dedede; text-decoration: none; }
#footer_nav a:hover { font-family: arial; font-size: 10px; color: #00022C; }