/*
 * Main Style
 ****************************************************************************** */

* {
	margin  : 0px;
	padding : 0px;
	/*border  : 1px solid;*/
}
		
* html {
	height        : 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	margin-bottom : 0;
}

body { 
	color     : #000;
	min-width : 20em; /* Mindestbreite (der Navigation) verhindert Anzeigefehler in modernen Browsern */
}

img {
	border : none;
}

.text_align_left {
	text-align    : left;
	/*float       : left;*/
        padding-right : 20px;
}

.text_align_right {
	text-align    : right;
	/*float       : right;*/
        padding-right : 20px;
}

.text_align_center {
	text-align: center;
        padding-right: 20px;
}

.text_align_justify {
	text-align: justify;
        padding-right: 20px;
}

a, a:visited {
	color  : #6699FF;
}

a:hover {
	text-decoration : none;
	color           : red;
}

h1,h2,h3,h4,h5,h6 {
	color : #000;
}
/* End Main
 ****************************************************************************** */

 
/*
 * Header
 ****************************************************************************** */
#head {
	background : url(../images/gif/layout/bg_header_banner_wl.gif) repeat-x;
}
		
#head_left {
	background : url('../images/gif/layout/bg_header_left.gif') no-repeat;
	width      : 200px;
	height 	   : 150px;
	float      : left;
}

#head_left div {
	height : 90px;
	border : 1px solid;
}

#head_left img {
	margin : 10px;
}

#head_left h2 {
	margin-left : 15px;
	margin-top  : 10px;
	color       : #000;
	white-space : nowrap;
}
		
#head_right {
	background : url(../images/gif/layout/bg_header_banner.gif) repeat-x;
	float      : right;
	width      : 20px;
	height     : 150px;
}

#head_center {
	height : 150px;
}

#head_center h3{
	text-align : right;
}

/* End Header
 ****************************************************************************** */
 

/*
 * Start Navigation
 ****************************************************************************** */
#navigation { 				
	background    : url('../images/gif/layout/bg_navigation.gif') repeat-y;
	width         : 200px;
	height        : 450px;
	float         : left;
	padding-right : 10px;
}

#navigation hr {
	background-color : #000;
	color            : #000;
	border       : 1px solid;
	height       : 2px;
	margin-left  : 15px;
	margin-right : 20px;
}

#navigation a {
	color           : #000;
	text-decoration : none;
}

#navigation a:hover {
	color           : #000;
	text-decoration : underline;
}

ul#nav-menu li {
  	display      : block;
  	margin       : 0 05;
  	padding      : 12px;
	border-right : 2px solid;
}

#nav-menu a {
	text-decoration : none;
	font-size       : 18px;
	color           : #000;
}

#nav-menu a:hover {
	text-decoration : underline;
	font-size       : 18px;
}
/* End Navigation
 ****************************************************************************** */


/*
 * Start Content
 *************** */
#content {
	height        : 450px;
	overflow      : auto;
	color         : #000;
	padding-right : 10px;
}

#content p {
	background: #fff;
}

#content .img_align_left {
	float: left;
	/*border: 1px solid;*/
}

#content .img_align_right {
	float: right;
	/*border: 1px solid;*/
}

#content .img_align_center {
	display : block;
	/*border  : 1px solid;*/
}

#content hr {
	background-color : #000;
	color            : #000;
	border           : 1px solid;
}

#content ul,ol,li {
	margin-left:20px;
}

#content div {
	/*border : 1px solid;*/
}

/* End Content
 ****************************************************************************** */

 
/*
 * Start Footer
 ****************************************************************************** */
#footer {
}
/* End Footer 
 ****************************************************************************** */
