/* CSS Document */

body {
	margin: 10px 0;
	font: normal small Arial, Verdana, sans-serif;
	color: black;
	background-color: #E7F2FE;
		background-attachment: fixed;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
}


h1, h2, h3 {
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	color: #385B88;
	
}

h1 {
	background: url(images/img6.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}


.border_weiss {

 	border-color: #FFFFFF;
	}

p, blockquote, ul, ol {
	line-height: 1.8em;

}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 1em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #E08934;
}

a:hover {
	text-decoration: none;
}



/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
	text-decoration: underline;

}

#menu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}


#title {
	width: 230px;
	margin: 0 auto;
	background-repeat: no-repeat;
	top: 210px;
}

#title * {
	margin: 0;
	padding: 0;

}


.story {
	width: 100%;
	}


/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#div {
	width: 210px;
}

#colOne {
	float: right;
	width: 690px;
	padding: 10px;
}

#colTwo {
	float: left;
	width: 230px;
	padding: 10px;
}

.table_main {
	overflow: auto;
}

.table_main .table_left {
	float: left;
	width: 160px;
	padding: 2px;
}

.table_main .table_right {
	float: right;
	padding: 2px;
}

/* Content > ColOne */



/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}


/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0;
    

}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > ColTwo */


#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #330066;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}





#footer {
	clear: both;
	padding: 20px 0px;
	width: 960px;
	margin: 0 auto;
	background: #e7ebf1 url(../images/img6.gif) repeat-x left top;
}

#footer p {
	width: 960px;
	margin: 0 auto;
	font-size: x-small;
	text-align: center;

}

