/* ======== Allgemeine TAG-Anpassungen ========== */
* {
margin: 0;
padding:0;
border: 0;
}

html {
margin:0;
padding:0;
height:100.0%;
}

body {
height: 100%;
margin: 0;
padding:0;
background: #EBEBEB;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000;
line-height: 1.60em;
}

a:link, a:active, a:visited   { 
text-decoration: none; 
color: #1B68D1; 
font-weight: normal 
}

a:hover   { 
text-decoration: underline; 
color: #FF4040; 
font-weight: normal
}

em {	 	 
	 font-style: normal;
	 font-weight: bold;
	 }

ul {
	list-style-type: disc;
	padding-left: 30px;
}

li {
	line-height: 2em;
}
	 
h1 {	
	font-size: 13pt;
	font-weight: bold;		
	margin: 0px;
	padding: 0px;				
	}	

h1.text {
	display: block; 
	width: 800px; 
	max-height: 30px; 
	line-height: 1.75em;
	vertical-align: middle; 
	background: url(../images/design/kopfleiste_unten.jpg) no-repeat 328px 0px;	
}
	
h2 {	 
	 font-size: 10pt;
	 font-weight: bold;	 
	}	 

h2.section {
	border-bottom:1px solid #808080;
	margin-top:10px;
	margin-bottom:10px;
}

hr {
     color: #808080;
     width: 100%;
     height: 2px;
    }	
	
table {      
	 text-decoration: none; 	 
	 color: black; 
	 font-size: 9pt; 
	}	  	 
	
p {
padding: 8px 5px 8px 0;
text-align: justify;
}

select {
	border: 1px solid #000;
}

.inputbox {
	border: 1px solid #72B7FF;
	background-color: white;
  height:20px;
  margin:1px;
  padding:1px;
  padding-left:3px;
}
.button1 {
  border:1px solid #ACACAC;
  height:24px;
  display:block;
  text-align:center;
  margin:1px;
  padding:2px;
  background: #D6E7EF url(../images/design/button-normal.gif);
  background-repeat:repeat-x;  
}
.button1:hover {
  border:1px solid #7EB4EA;
  background: #E7E7E7 url(../images/design/button-hover.gif);
  background-repeat:repeat-x;  
}


/* ========= Definition der Container-Elemente ============ */


#pagecontainer {
  width:1000px;
  min-height:100%;
  margin:0 auto;
  position:relative;
  height: auto !important;
  background:#fff;
}
#hauptcontainer {
  width:1000px;
  padding:0;
  margin:0 auto;
  text-align:left;
  background:#fff;
  color:#000;
  overflow:hidden;
  padding-bottom:75px;
}

#header {
  width:1000px;
  height:80px; 
  background-image:url(../images/design/kopfleiste_oben.jpg); 
  text-align:left;
}

#content {
  width:980px;
  padding-left:10px;
  padding-right:10px;
}

#navigation {
  width:195px;
  float:left;
}

#footer {
  position:absolute;
  bottom:0;
  width:990px;
  height:75px;
  font-size:8pt;
  line-height:1.3em;
  margin:0 auto;
  padding:5px;
  border:0;
  background:#000033 url(../images/design/gradient-footer.jpg) 0 0;
  text-align:left;
  color:#FCFCFC;
}

#rosoftbox {
border:1px solid #E1E3E5;
border-radius: 1em;
line-height:1.2em;
font-size:9pt;
padding:10px;
height: 110px;
background: #D6E7EF url(../images/design/gradient-rosoft.gif);
background-repeat:repeat-x;
text-align: left;
}

#downloadbox {
border:1px solid #E1E3E5;
border-radius: 1em;
line-height:1.2em;
font-size:9pt;
padding:10px;
height: 110px;
background: #D6E7EF url(../images/design/gradient-rosoft.gif);
background-repeat:repeat-x;
text-align: left;
}

#headline {
width: 1000px;
height: 20px;
margin: 0 auto;
padding: 0;
border: 0;
background: #000033 url(../images/design/gradient-footer.jpg) 0 0;
text-align: right;
color: #999999;
}

#copyright {
font-size: 8pt;
width: 1000px;
border-top: 1px solid #000;
text-align: right;
padding: 0;
margin: 0 auto;
line-height: 1.3em;
clear: both;
background-color: #fff;
}

/* ============ Definitionen für die Programmbeschreibung ============ */

#sidebar {
width: 240px;
float: right;
text-align: center;
padding: 50px 0px 50px 0px;
}

#beschreibung {
width: 720px;
float: left;
}

#beschreibung h2 {
margin-top: 25px;
padding-bottom: 2px;
border-bottom: 1px solid #808080;
}

#Quereinsteiger {
border: 1px solid #000; 
width: 100%; 
background-color: #F4F4F4;
}

#kopfnavigation {
text-align: right; 
border-top: 1px solid #000;
margin-bottom: 10px;
margin-top: 5px;
padding-top:3px;
}

#kopfnavigation div {
float: left;
}

.alignCenter {
	text-align: center;
}

/* ============ Individuelle Klassen und ID's ========== */
.featurelist ul {
list-style: none;
}

.featurelist ul li {
line-height: 1.5em;
padding-left: 30px;
padding-top: 2px;
padding-bottom: 8px;
font-size: 10pt;
background: url(../images/design/plus.gif) 0 0.5em no-repeat;
}

.clr {
clear: both;
}

.table_download {
width: 75%;
margin: 5px auto;
border: 1px solid #000;
}

.table_formular {
width: 500px;
margin: 0px auto;
background-repeat:repeat-y; 
background-image: url(../images/back/gradient0.gif);
}

.table_formular td {
margin: 5px 0;
}

.small    { font-family: Verdana, Helvetica, Arial; font-size: 8pt }

.link {
text-decoration: none; 
color: #1B68D1; 
font-weight: normal 
}

/* ============ Bildergalerie ============ */
.imageRow {
  *zoom: 1;
  margin: 15px 10px; 0;
}
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
.imageRow .single {
  float: left;
}
.imageRow .single a {
  float: left;
  display: block;
  background: #A6A6A6;
  padding: 3px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.imageRow .single a:hover {
  background-color: #FFA029;
}

.kundenbox {
border:1px solid #E1E3E5;
border-radius: 1em;
line-height:1.6em;
font-size:9pt;
padding:10px;
background: #D6E7EF url(../images/design/gradient-rosoft.gif);
background-repeat:repeat-x;
text-align: left;
}


/* ============ Internet Explorer Corrections + Hacks ========== */

* html #footer {
bottom: -1px;
}

* html #content {
padding: 0 auto;
}

* html h1.text {
background: url(../images/design/kopfleiste_unten.jpg) no-repeat 338px 0px;	
}