html, body {
height:101%;}


body {
	background: #AC0000;
	text-align: justify;
font-family: 'Exo 2', sans-serif;
	/* font-family: 'Times', serif;*/ 
	font-size: 18px;
font-weight: 200;
	text-align: justify;
	color: black;
}



h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	color: #EDEEED;/*#808080;*/
}

#header h1 {
	float: left;
	margin: 10px 0 5px 0;
	font-size: 80px;
font-weight: 200;
	letter-spacing: 1px;

}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 16px;
	letter-spacing: -1px;
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 25px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu li {
}

#menu a {
	display: block;
	width: 180px;
	padding: 5px 0px;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
/*text-transform: uppercase;*/
	font-weight: bold;
	color: #808080 ;
}

#menu a:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF;
}



.margin-news {color:gray;}


/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	background: #E6E6E6;
}

#colOne {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 650px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin: 10px 0;
	font-size: 22px;
	letter-spacing: -1px;
	color: #4C4C4C;
}


#footer {
	width: 900px;
	margin: 0 auto ;
	
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 12px;
	color: #E6E6E6;
	margin: 10px 0;
	padding-bottom: 20px;
}

/* ================   Image Gallery   ================*/

.ig_copyright {font-size:11px;color:gray;}

/* ================  Link Formatierung   ================*/


/*
#content a {
	background-color: transparent;
/*	border-bottom: 1px dotted #B5B5B5;*/
/*	text-decoration: none;
/*text-transform: uppercase;*/
/*	color: #808080;
}
/*
#content a:hover {
	background-color: transparent;
	border-bottom: 1px solid gray;
	color: #666666;
/*font-weight: bold;*/
/*
}
*/

.tdthumb {text-align:center;}

a.athumb img{border: 1px solid white;padding:3px;}
a.athumb img:hover{border: 1px solid red;padding:3px;}

a.atitle:link {}
a.atitle:hover {background: gray; color:#EDEEED;}
