/*-----------------------------------------------------------------------------
Screen Stylesheet

version:   1.0
date:      16/09/2009
author:    Dipl.-Ing. Katherina Trumpf
email:     info@i-design-websites.com
website:   http://www.i-design-websites.com
-----------------------------------------------------------------------------*/


/* General*/

/* Remove padding AND margin */
{
	margin: 0px;
	padding: 0px;
}
/* Remove border of images*/
img{
	border: 0;
}

body {
	margin: 10px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/design/bgr.gif);
	background-color: #999999;
}


/* Aussenrahmen */
#wrapper{
	width:95em;
	margin:0px auto;
	padding: 0px;
	text-align: left;
	height: auto;
	position: relative;
}
/* Interne Links
-----------------------------------------------------------------------------*/
a.internalLink {
	background: url(../images/icons/link.gif) no-repeat left center;
	text-align: right;
	text-decoration: underline;
	color: #333333;
	padding: 0em 0.2em 0em 1.2em;
	margin: 0px;
	border: 1px solid #FFFFFF;
	height:1.8em;
}
a.internalLink:link,a.internalLink:visited {
}
a.internalLink:hover {
	background: #F4F4F4 url(../images/icons/link_hov.gif) no-repeat left center;
	border: 1px solid #999999;
	color: #FF0000;
	text-decoration: none;
}
a.internalLink:active,a.internalLink:focus {
	background: #F4F4F4 url(../images/icons/link_hov.gif) no-repeat left center;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	color: #CC0000;
	outline: none;
	text-decoration: none;
}

/* Externe Links
-----------------------------------------------------------------------------*/
a.extLink {
	background: url(../images/icons/extlink.gif) no-repeat left center;
	text-align: right;
	text-decoration: underline;
	color: #333333;
	padding: 0em 0.2em 0em 1.2em;
	margin: 0px;
	border: 1px solid #FFFFFF;
	height:1.8em;
}
a.extLink:link,a.extLink:visited {
}
a.extLink:hover {
	background: #F4F4F4 url(../images/icons/extlink_hov.gif) no-repeat left center;
	border: 1px solid #999999;
	color: #FF0000;
	text-decoration: none;
}
a.extLink:active,a.extLink:focus {
	background: #F4F4F4 url(../images/icons/extlink_hov.gif) no-repeat left center;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	color: #CC0000;
	outline: none;
	text-decoration: none;
}

/* Mail-to Links
-----------------------------------------------------------------------------*/
a.mailto {
	background:url(../images/icons/mailto.gif) no-repeat left center;
	padding-left: 20px;
	text-align: right;
	color: #CC0000;
	text-decoration: none;
	margin-left: 0em;
	font-weight: bold;
	border: 1px solid #FFFFFF;
} 
a.mailto:link,visited {
} 

a.mailto:hover {
	background:#F4F4F4 url(../images/icons/mailto_hov.gif) no-repeat left center;
	border: 1px solid #999999;
	color: #FF0000;
} 
a.mailto:active,a.mailto:focus {
	background-color: #F4F4F4;
	border: 1px solid #999999;
	color: #CC0000;
	outline: none;
} 


/* Abstände
-----------------------------------------------------------------------------*/
#spacer{
	width: 20em;
	height:0.5em;
	}

/* spezielle Formatierungen
-----------------------------------------------------------------------------*/
img.right {
	border:0;
	margin: 0em;
	padding: 0em 0em 2em 2em;
	float: right;
	position: relative;
	right: 0em;
}
abbr, acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}
/* gesperrter Text */
.wide {
	letter-spacing: 1px;
}
/*rechtsbündig*/
.rght{
	text-align: right;
}
.important{
	font-weight: bold;
	color: #333333;
	font-style: italic;
	width: auto;
	padding: 0px;
	margin: 3em 0px 0em 0px;
	line-height: 1.8em;
	letter-spacing: 0.15em;
}
.hidden {
	margin: 0;
	padding: 0;
	display: none;
	
}

b {
	color: #333333;
}
strong{
	color: #333333;
	letter-spacing: 0.1em;
	font-size: 1.0em;
}
.indent3 {
	text-indent: 3em;

}

/* ============ Tabellen ===================*/
table.List2 {
	font-size: 1.2em;
	width: auto;
	margin-left: 2em;
	background-color: #F9F2F2;
	border: 1px solid #999999;
	padding: 1em;
}
table.List2  tr{
	height: 2em;
}
table.List2 td.A{
	width: auto;
	text-align: center;
	font-weight: bold;
	color: #CC0033;
	padding: 0em 0.3em 0em 0em;
}

/* ========= Link zurück zum Seitenanfang==============
-----------------------------------------------------------------------------*/	
#backlink{
	float: right;
	padding: 0.5em 0em;
	margin: 0em 0.3em 0em 0em;
	height:1.8em;
}
#backlink a{
	background: url(../images/icons/back.gif) no-repeat right top;
	text-decoration: none;
	padding: 0.2em 2em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	color: #990000;
	font-size: 1.2em;
	border: 1px solid #FFFFFF;
}
#backlink a:link, #backlink a:visited{
}
#backlink a:hover {
	color: #FF0000;
	background-color: #F4F4F4;
	border: 1px solid #999999;
}

#backlink a:active, #backlink a:focus {
	background-color: #F4F4F4;
	border: 1px solid #999999;
	color: #CC0000;
	outline: none;
}
/* ----------- LOGIN Form und REGISTER Form----------- */
.LoginForm{
	border:2px solid #AD9A16;
	background:#FAF5DA;
}

.RegisterForm{
	border:2px solid #E16406;
	background:#FFF0E6;
}

/* ----------- Formatierungen Login/Register-Formulare ----------- */
#login{
	width:44em;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding:1em 1em 1em 1em;
}

#login h1 {
font-size:1.4em;
font-weight:bold;
margin-bottom:0.8em;
}
#login p{
font-size:1.1em;
color:#333333;
margin-bottom:2em;
padding-bottom:1em;
}
#login p.ColorA{
border-bottom:solid 1px #AD9A16;
}
#login p.ColorB{
border-bottom:solid 1px #E16406;
}

#login label{
	display:block;
	font-weight:bold;
	text-align:right;
	font-size:1.2em;
	width:20em;
	float:left;
	margin:2em 0em 0em 0em;
}
#login span.small{
color:#333333;
display:block;
font-size:0.9em;
font-weight:normal;
}
#login input{
float:left;
font-size:1.2em;
padding:0px;
border:solid 1px #aacfe4;
width:12em;
margin:2em 1em 1em 2em;
}
#login button{
	clear:both;
	margin-left:28em;
	margin-top:1em;
	width:10.8em;
	height:2em;
	text-align:center;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
}
#login button.ColorA{
	background:#AD9A16;
}
#login button.ColorB{
	background:#E16406;
}

/* ===== NEWS Boxen auf Startseite ==============================*/
div#NewsBox{
	width: 20em;
	height: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 2em 1em 0em 1em;
	border: 1px solid #CCCCCC;
	position:relative;
}
div#NewsBox img.logo{
	padding: 0em;
	margin: -1.5em 0.6em 0em 0.2em;
	float:left;
	position: absolute;
	left: 0em;
	top: 0em;
}
div#NewsBox h1 {
	height: 2em;
	font-size: 1.15em;
	font-weight: bold;
	color: #333333;
	margin: 0em;
	padding: 0.3em 0em 0em 0.5em;
	border: 1px none #999999;
	background-image: url(../images/design/bgr_headersHome.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 0.05em;
	background-color: #E4E4E4;
	border: 1px solid #999999;
}

div#NewsBox h1.logo {
	padding: 0.4em 0em 0em 4em;
}
div#NewsBox h2 {
	height: 2em;
	font-size: 1.15em;
	font-weight: bold;
	color: #333333;
	margin: 0em;
	padding: 0.5em 0em 0em 0.3em;
	border: 1px none #999999;
	letter-spacing: 0.05em;
}

div#NewsBox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	margin: 0em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	line-height: 18px;
}

/* ===== Shadowed Box im Content ==============================*/

div#ShaBox
{
	float: both;
	width: 46em;
	clear: left;
	padding: 0em;
	margin: 2em 0em 0.5em 0em;
	border: 1px solid #999999;
	background-color: #FFFFFF;

}
div#ShaBox h2
{
	background-image: url(../images/design/shadowed_box/bgr_ShaBoxHeader.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 2.4em;
	color: #333333;
	margin: 0em 0em 1em 0em;
	padding: 0.2em 1em 0em 1em;
	font-size: 1.2em;
	background-color: #FFFFFF;
}

div#ShaBox h3
{
	color: #333333;
	margin: 0.5em 0em 0.5em 1em;
	padding: 0em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

div#ShaBox p
{
	padding: 0em;
	margin: 0.5em 0.5em 0.5em 1em;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.2em;

}
div#ShaBox ul {
	list-style-type: square;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 20px 0px 10px;
	margin: 0px 20px 0px 40px;
	background-image: url(../images/design/shadowed_box/transparent.gif);
	width: auto;
}

div#ShaBox li {
	padding: 5px 0px 0px 0px;

}

div#ShaBoxFooter
{
	clear:both;
	background-image: url(../images/design/shadowed_box/bgr_ShaBoxFooter.jpg);
	height: 1.6em;
	padding: 0.2em 0.5em;
	margin: 0em;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
div#ShaBox .vorher {
	font-weight: bold;
	color: #CC0000;
}
div#ShaBox .serviceprozess {
	font-weight: bold;
	color: #336600;
}
