/* 
	CSS DIRECTORY
		1. General Settings
		2. Sections
		3. Header
		4. Main
		5. Footer
		
*/


/*  
	GENERAL SETTINGS 
	========================= */ 
	
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/lines.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	line-height: 1.3;
	font-size: 13px;
	color: #000;
}

h1, h2, h3, h4, h5, h6, legend, dt a {
	color: #1d7aa6;
}

h1 {
	font-size: 1.5em;
}

dt a:hover, dt a:focus {
	color: #0F5F7F
}

a {
	text-decoration: underline;
	color: #000;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}

a.big {
	font-weight: bold;
	font-size: 1.5em;
}

a img {
	border: 0;
}

#banner a {
	outline: none;
}

blockquote {
	font-style: italic;
}

form ul, form ol {
	list-style: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	cursor: pointer;
}

form ul, ul[class^="menu"], ul[class^="menu"] ul {
	list-style: none;
}

/*  
	SECTIONS
	========================= */ 
	
/* ----------------------- ----------------------- #header === */

#header {
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
}

#left-gfx {
	background-image: url(../images/left-gfx-trans.png);
	background-repeat: no-repeat;
}
	
	ul#lang li a {
		text-decoration: none;
		font-weight: normal;
		line-height: 15px;
		font-size: 76%;
		color: #658a9a;
	}
	
	ul#lang li a:hover, ul#lang li a:focus {
		text-decoration: underline;
	}

#banner {
	background-image: url(../images/banner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#menuTop {
	background-image: url(../images/menu-top-bg.gif);
	background-repeat: no-repeat;
}


/* ----------------------- ----------------------- #main === */


#container {
	background-image: url(../images/lines-left.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
}

#innerContainer {
	background-image: url(../images/lines-left-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main {
	background-image: url(../images/main-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

	#menu, #menu ul {
		list-style: none;
	}
	
	#menu a {
		background-image: url(../images/menu-a-bg.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		white-space: nowrap;
		line-height: 28px;
		color: #fff;
	}
	
	#menu a.active, #menu a:hover, #menu a:focus {
			text-decoration: underline;
	}


#middle {
	background-image: url(../images/middle-bg.gif);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	background-color: #f6f7f8;
}

#blue {
	background-image: url(../images/blue-bg.gif);
	background-repeat: no-repeat;
}

/* ----------------------- ----------------------- #footer === */

#bluebandright {
	background-image: url(../images/band-rechts-lang.gif);
	background-repeat: no-repeat;
	background-position: 879px 0;
}

#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 80%;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer #toplink {
	background-image: url(../images/top-bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
