/**  
* styles.css
*
* @author Michael Thiele (TB-2210)
* @package ArmaCandidaWebseite
* @version 1.0.0
* @since 26.06.2007
* @copyright (c) 2007 Michael Thiele
*/

body
{
	background: #313A62 url(../images/body_background.jpg) top left repeat-x;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	font:76% Verdana, Tahoma, Arial, sans-serif;
}

/* Die äußerste Box mit Figuren und Content */
#outer
{
	position: relative;
	top: 6px;
	color: #000000;
	border: 0px;
	margin: 0px auto;
	width: 660px;
}

/* Box zum Testen der Breite mit JavaScript */
#testwidth
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	margin: 0px;
	width: 100%;
	visibility: hidden;
}

/* Die Box um die linke Figur */
#leftfigure
{
	position: absolute;
	top: 48px;
	left: -216px;
	background: url(../images/snowtrooper.jpg) 0px 0px no-repeat;
	color: #000000;
	border: 0px;
	margin: 0px;
	width: 216px;
	height: 944px;
}

/* Die Box um den Content */
#content
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	color: #000000;
	border: 1px solid #FFFFFF;
	margin: 0px;
	width: 660px;
}

/* Die Box um die rechte Figur */
#rightfigure
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/scout.jpg) 0px 0px no-repeat;
	color: #000000;
	border: 0px;
	margin: 0px;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

/* Kopf mit dem Banner der entsprechenden Seite und Titelzeilen */
#header
{
	background: #2F2F2F url("../images/header_home.jpg") no-repeat 0;
	position: relative;
	width: 660px;
	height: 110px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#title
{
	height: 28px;
	overflow: hidden;
	padding-top: 80px;
	padding-left: 10px;
}

#title h1
{
	background: transparent url("../images/header_pfeil.gif") no-repeat 0 55%;
	padding-left: 14px;
	color: #FFFFFF;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin: 0px;
}

/* Kopfnavigation */
#navigation
{
	background: #313A62;
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
	height: 22px;
	color: #FFFFFF;
	margin: auto;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

/* Formatierung der Navigationspunkte für die Kopfnavigation */
#navigation ul
{
	margin: 0px;
	padding: 0px;
}

#navigation li
{
	float: left;
	height: 22px;
	list-style-type: none;
	border-right: 1px solid #FFFFFF;
	white-space: nowrap;
}

#navigation li a
{
	margin: 0px;
	padding: 1px 10px;
	height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	color: #FFFFFF;
}

#navigation a:hover
{
	background: #EBECF0;
	color: #000000;
	text-decoration: none;
}

/* Box für den eigentlichen Inhalt der Webseite */
#innercontent
{
	background: #EBECF0 url(../images/innercontent_background.gif) top left no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 658px;
	color: #000000;
	border: 1px solid #000000;
	font-size: 1.5em;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px;
}

/* Box für die linke Spalte des Contents */
#leftcolumn
{
	float: left;
	width: 430px;
	margin: 0px;
	padding-left: 10px;
}

/* Box für die rechte Spalte des Contents */
#rightcolumn
{
	margin: 0px;
	float: left;
	width: 196px;
	padding-left: 10px;
}

#fullwidth
{
	margin: 0px;
	float: left;
	width: 636px;
	padding-left: 10px;
}

#guaranteeheight
{
	height: 878px;
	width: 1px;
}

#endofinnercontent
{
	height: 20px;
	clear: both;
}

/* Boxen für Homepagetexte */
.textbox
{
	color: #000000;
	margin-top: 10px;
	text-align: left;
	font-size: .7em;
}

.textbox a
{
	font-weight: bold;
	text-decoration: none;
	color: #B28C0A;
}

.textbox a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #B28C0A;
}

.textbox h1
{
	padding: 2px 6px;
	margin: 0px;
	border: 1px solid #000000;
	border-left: 6px solid #000000;
	background: #FFFFFF;
}

.textbox img, #map
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border: 1px solid #000000;
}

#map
{
	width: 600px;
	height: 600px;
}

#map.static
{
	background: url(../images/squadmap_static.jpg) no-repeat 1px 1px;
}

img.noborder
{
	border: 0px;
	padding: 0px;
}

#rightcolumn .textbox h1
{
	background: #313A62;
	color: #FFFFFF;
}

.textbox p, .textbox h2, .textbox h3
{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	margin: 0px;
}

.member
{
	clear: both;
	width: 100%;
}

.member p.memberpic
{
	float: left;
}

.member p.memberpic img
{
	display: inline;
	margin: 0px;
	padding: 1px;
	border: 1px solid #000000;
}

p.memberpic img
{
	width: 120px;
	height: 120px;
}

.memberstatisticsleft
{
	float: left;
}

.pagenavi
{
	clear: both;
	text-align: center;
}

/* Footer für die Webseite */
#footer
{
	background: #000000;
	position: relative;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: -1px;
	text-align: center;
	padding: 1px;
	margin: 0;
}

/* Globale Taglayouts */
h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #313A62;
}

h2
{
	font-size: 1.2em;
	color: #313A62;
}

h3
{
	font-size: 1em;
	color: #313A62;
}

p
{
	font-size: 1em;
}

.sub
{
	font-size: .8em;
}

a img
{
	border: 0;
}

input, textarea, select
{
	border: 1px solid #000000;
	background: #F2CC4A;
	font-size: 1em;
	padding: 3px 3px;
	color: #000000;
}

input[type=text], textarea, select
{
	width: 395px;
}

textarea
{
	font-size: 1.2em;
}

input:active, input:focus, input:hover, select:active, select:focus, select:hover, textarea:active, textarea:focus, textarea:hover
{
	background: #FFF97A;
}

input[readonly], textarea[readonly]
{
	background: #888888;
}

input[readonly]:active, input[readonly]:focus, input[readonly]:hover, textarea[readonly]:active, textarea[readonly]:focus, textarea[readonly]:hover
{
	background: #888888;
}

/** END OF FILE **/
