@CHARSET "ISO-8859-1";
/**
* alle margin und padding werte auf 0 setzen um render probleme zu minimieren
*/
* {
	margin: 0;
	padding: 0;
}

/**
* standard schriftart-, größe und scrollbalken erzwingen um "springen" der seite zu verhindern
*/ 
html, body {
	height: 100.1%;
}

body {
	font-family: arial, verdana;
	font-size: 62.5%;
	color: #fff;
	background: #1a1915 url(../../img/login-images/repeater.gif) top left repeat-x;
}

/**
* Format der Überschriften
*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	color: #995500;
}

h1 {
	font-size: 15px;
	line-height: 2em;
}

h2 {
	font-size: 13px;
	line-height: 2em;
}

h3 {
	margin: 20px 0 8px 0;
	line-height: 20px;
}

h4 {}

h5 {}

h6 {}


/**
* Absatz Formatierung
*/
p				{
	font-family:Verdana; 
	font-size:11px; 
	line-height:15px; 
	margin: 0 0 8px 0;
}

/**
*	Definition der Listen Stile
*/
ul {	
	list-style-type: none;
}

li {
	padding: 0 3px 0 3px;
	color: #ccc;
}


/**
* Definition der Link Stile
*/ 
a {
	color:#275CA9;
	font-size:1.1em;
	outline: 0;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

table { 
	width: 100%; 
	font-size:12px; 
	line-height:18px; 
}

tbody { margin: 20px 0 15px 0; }

tr { vertical-align: top; }

td, th { 
	text-align: left;
	vertical-align: top;
}

td { padding-bottom: 5px;}

th { 
	font-weight: bold;
	padding-top: 20px;
}

td.label, th.label {
	width: 25px;
}





#page {
	margin: 125px 0 0 0;
	
}

#wrapper {
	width: 603px;
	margin: 0 auto 0 auto;
}

#header {
	position: relative;
	height: 180px;
}

#right_col {
	
}


#left_col {}


#main_2_col_right #center_col {
	margin: 0 243px 0 0;
}
#main_2_col_right #right_col {
	float: right;
	width: 243px;
	margin: 0 0 0 0; 
}
#main_2_col_right #left_col {
	display: none;
}


#main_3_col {
	height: 100%;
}

#main_3_col #center_col {
	margin: 150px 227px 0 227px;
	text-align: center;
	padding: 25px;
}
#main_3_col #right_col {
	float: right;
	margin: 0 0 0 0; 
}
#main_3_col #left_col {
	float: left;
	margin: 0 0 0 0;
}



#footer {
	padding: 5px 0 5px 0;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin-left: 320px;
	color: #ccc;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	
}



#access_denied {
	padding: 15px;
}






#schloss_image {
	height: 264px;
	width: 243px;
	margin-top: 186px;
	background: url(../../img/login-images/schloss.png) top left no-repeat;
}
#right_shadow {
	height: 191px;
	width: 243px;
	background: url(../../img/login-images/schloss_schatten.png) top left no-repeat;
}

#content {
	height: 328px;
	width: 250px;
	padding: 100px 50px 0 70px;
	background: url(../../img/login-images/main_bg.png) top left no-repeat;
}
#content_shadow {
	height: 212px;
	width: 360px;
	background: url(../../img/login-images/main_schatten.png) top left no-repeat;
}


form {
	width: 225px;
	font-family: arial, verdana;
	font-size: 1.1em;
	text-align: left;
	margin: 0 auto 0 auto;
}

label {	
	float: left;
	width: 80px;
	margin: 2px 0 0 0;
}

input {
	width: 140px;
	margin: 0 0 6px 0;
	border: 1px solid #666;
}

#submit {
	width: 142px !important;
	margin: 20px 10px 0 80px;
}



/*------------------------------------------------------------------------------------------
	
	Clearing Container zum auflösen von floatenden Bereichen
	
------------------------------------------------------------------------------------------*/

/*  CLEARING DES MAIN CONTENT */
.clearing {
	clear: both;
	overflow: hidden;
}

* html .clearing {
	height: 1%;
} /* IE HACK */@CHARSET "ISO-8859-1";
