/* ****************************************

Stylesheet für Class1969.Citadelalumni.org
 
Datei: _stylesheet.css 
Datum: 23. Oktober 2009
Autor: Patric Strasser (Niomer.com)

**************************************** */



/* ******************** Layout Styles */

* {
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

body {	
	color: #00F;
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu {
	 background: #006;
	 width: 150px;
	 vertical-align: top;
}

.menu_ul {
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	margin: 4px;
	line-height: 25px;
	list-style: none;
}
.menu_ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.menu_ul li a:hover,
.menu_ul li a:active,
.menu_ul li a:focus {
	color: #666;
}

#content {
	width: 700px;
	padding: 5px;
}

#footer {
	background: #006;
	color: #FFF;
	font-size: 80%;
	text-align: center;
	margin: 0;
	padding: 5px 0 5px 0;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #666;
}

/* ******************** Text Styles */

h1 { 
	font-size: 150%;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

h2 { 
	font-size: 130%;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

h4 {
	font-size: 110%;
	font-weight: normal;
	padding: 10px 10px 0 10px;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}


a,
a:link,
a:visited {
	color: #000077;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #444444;
	text-decoration: none;
}

.float_right {
	float: right;
	margin: 0;
	padding: 0;
}
.float_left {
	float: left;
	margin: 0;
	padding: 0;
}

.float_clear {
	clear: both;
}


/* ******************** IE Hacks */