/******************************************************************************
 * File:                standard.css
 * Authors:             Christoph Sch�e <schoene@2s-it.de>
 * Date:                2006-04-10
 * Last change:         2006-05-15
 * Copyright:           (c) 2006 2s-it.de Team
 * Site:                smswarn.de (2S-IT Project)
 ******************************************************************************/



/******************* I N H A L T S V E R Z E I C H N I S ***********************

		1) Settings fr die Page
		   a) Header
		   b) Content
		   c) Footer
		2) Horizontale Navigation
		3) Vertikale Navigation
		4) Formulare
		   a) normale
		   b) Login
		5) Sitebar 
		
 ******************************************************************************/		


		
/******************* Punkt 1) Settings fr die Page ***************************/		
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}

a { color: #0099FF; }
a:hover {text-decoration:underline;}
form {margin-top: 15px;}

img {border: none;}
th, td {
	padding-left: 5px; 
	text-align:left;
	border-bottom: 1px solid #ececec;
	font-size: 12px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 18px;
	border-bottom: 1px solid #990000;
	padding: 0 0 3px 0;
	color: #990000;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 25px;
	color: #990000;
}

h3 {
	font-size: 1.2em;
}

a.http {
	padding-right: 18px;
	background: url(/templates/images/link.png) no-repeat right center;
}

a.mailto {
        padding-right: 18px;
        background: url(/templates/images/letter.png) no-repeat right center;
}

.warning {
	background-color: #F9D4D9;
	color: #970004;
	border-color: #970004;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

legend {
	font-weight: bold;
	color: #990000;
}

fieldset { margin-bottom: 15px; }

/********* 1a) Header **********/
#header {
	width: 780px;
	height: 148px;
	background-color:#CCCCCC;
	text-align: right;
	line-height: 18px;
}



/********* 1b) Content **********/
#shadow {
	width:816px;
	position:relative;
	margin:0 auto;
	background-image:url(../images/bodybackground_light.png);
}

#container {
	padding-left: 18px;
	width: 780px;
}

#content{
	position: relative;
	padding: 10px;
	width: 580px;
	float: left;
	line-height: 18px;
}

.tarif {
	border: 1px solid #CCCCCC;
	margin: 10px 0 10px 0;
	float: left;
	width: 577px;
}

.tarif h3 {
	background-image: url('../images/tarif_balken.jpg');
	padding: 0 0 0 5px;
	margin: 0;
	color: #990000;
}

.module {
	border: 1px solid #990000;
	margin: 10px 0 10px 0;
	float: left;
	width: 577px;
}

.module p, .tarif td, .tarif th, .tarif p {
	padding: 3px;
	}
	
.module h3 {
	background-image: url('../images/modul_balken.jpg');
	padding: 0 0 0 5px;
	margin-top: 0;
	color: White;
}

.sms {
	width: 300px; 
	font-family: Courier New, Courier, monospace; 
	margin-left: 20px; 
	background-color: #CCCCCC;
}

.buttons {
	text-align: center;
	margin-top: 20px;
}

.buttons img {
	margin: 0 10px 10px 0;
}

.fr { float: right; margin-left: 15px; }
.fl { float: left; }
.clear { clear: both; }
	
/********* 1c) Footer **********/
#footer{
	width: 780px;
	clear:both;
	background-color: #CCCCCC;
	height: 22px;
	padding: 0;
	margin: 0 18px 0 0;
	text-align: right;
	line-height: 22px;
	font-size: 0.8em;
}


/******************* Punkt 2) horizontale Navigation *************************/	
#hnav {
	position:absolute;
	top: 127px;
	width: 780px;
	background-color: #CCCCCC;
	text-align: right;
	height: 25px;
	padding: 0;
	margin: 0;
}

#hnav ul { padding:5px 0 0 0; }
#hnav li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 20px;
}



/******************* Punkt 3) vertikale Navigation ***************************/	
#vnav {
	position: relative;
	float: left;
	margin: 0;
	width: 179px;
/*	border-right: 1px dashed #999999; */
}

#vnav ul { 
	margin: 0; 
	padding: 0;
	list-style-type: none;
	border-right: 1px dashed #999999;
}
 
#vnav li { margin: 0 0 1px 0; }

#vnav ul a {
	width: 120px;
	background-image:url(../images/pfeil_grau.png);
	background-repeat:no-repeat;
	padding: 5px 5px 5px 50px;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
	display: block;
	font-weight: bold;
	color: #990000;
}

#vnav ul a:hover {
	background-image:url(../images/pfeil_rot.png);
	background-repeat:no-repeat;
	text-decoration: none;
	color: Black;
}

/*aktiver Link 1. Ebene*/
#vnav ul a#current, #vnav ul a#current:link, #vnav ul a#current:visited {
	background-image:url(../images/pfeil_rot.png);
	background-repeat:no-repeat;
	color:#990000;
}

/*************** 2. Ebene ***************/
#vnav ul ul { border-right: none; }

#vnav ul ul li { padding: 0 0 0 0px; }

#vnav ul ul a {
	display:block;
	background-image:none;
	text-decoration:none;
	margin: 0; 
	padding: 5px 5px 5px 50px;
	border-bottom: 1px dashed #999999;
	font-weight: normal;
}

#vnav ul ul a:hover {
	background-image:none;
	text-decoration: none;
}

/*aktiver Link 2. Ebene*/
#vnav ul ul a#subcurrent, #vnav ul ul a#subcurrent:link, #vnav ul ul a#subcurrent:visited {
	color: #990000;
	cursor: text;
}


/******************* Punkt 4) Formular (ohne Tabelle) ***************************/	
.reihe {
	clear: both;
	padding: 2px 0px;
}

.label, form label {
	float: left;
	width: 125px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}

.validate_error {
	float: left;
	color: #500;
	background-color: #faa;
	text-align: left;
	font-size: 80%;
}

.feld {
	float: right;
	width: 400px;
	text-align: left;
} 

.knopf {
	clear: both;
	padding: 15px 0 30px 130px;
}

.defbreite {
	width: 260px;
}

input, select, button, textarea {
        background-color: #ccc;
	color: #000;
	border: 1px solid #777;
	margin: 2px 4px 2px 0px;
}

button:hover, select:hover, input:hover {
        background-color: #ddf;
}

#content * button[type=submit] {
        background-color: #5d5;
}

#content * button[type=submit]:hover {
        background-color: #9f9;
}

button[type=reset] {
        background-color: #d55;
}

button[type=reset]:hover {
        background-color: #f99;
}


/********* 4b) LOGIN ***********/

.login {font-size: 10px;}
.login legend {font-size: 12px; }

.loginheader {
	background-color: #CCCCCC;
	margin: 20px 0 0 0;
	padding: 4px;
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}



/******************* Punkt 5) Sidebar ***************************/	
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 22em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 80%;
	float: left;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.4em; 
	line-height: 1em;
/*	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
pre {
	background-color: #CCCCCC;
}

dd { margin: 0; padding: 0; }
dt { font-weight: bold; margin: 15px 0 5px 0; padding: 0 0 5px 23px; border-bottom: 2px solid #FDE3BB; background: url(../images/pfeil_aufklappen.png); background-repeat: no-repeat; background-position: top left; }
