/* CSS STYLESHEETS AkeV
   Media:   screen
   Date:    2005-01-05
   Author:  Rainer Holweger
   COPYRIGHT (C) 2005 Rainer Holweger
   www.holy-art.de
   email@holy-art.de
   Typo3: Daniele Holweger
   daniele.holweger@web.de
    */


/*** Grundsätzliches ***/

body {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    background: transparent url(styles_FILES/background.jpg) no-repeat top left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
}
	
body, div, p, table, h1, h2, h3, h4, img, form {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


/*** Textformatierungen ***/

h1, h2, h3 { line-height: 1.3em; color: #282A91; }

h1 { font-size: 18px; margin-bottom: 15px; }
h2 { font-size: 16px; margin-bottom: 10px; }
h3 { font-size: 15px; margin-bottom: 10px; }
h4 { font-size: 15px; margin-bottom: 20px; color: #000;}

p { margin-bottom: 15px; line-height: 1.3em; }

p a:link { color: #282A91; text-decoration: none; }
p a:visited { color: #282A91; text-decoration: none; }
p a:active { color: #282A91; text-decoration: none; }
p a:hover { background-color: #282A91; color: #fff; text-decoration: none; }


/*** Container ***/

#header {
    top: 0;
    left: 0;
    margin: 0px;
    width: auto;
    height: 95px;
    background-color: #CED0FA;
}

#logo {
	height: 95px;
	width: 424px;
	float: left;
	padding: 0px;
}

#elk_wue {
	height: 95px;
	width: 260px;
	float: right;
	padding: 0px;
}

#menu {
    	top: 0;
    	left: 0;
    	margin: 0px;
    	width: auto;
    	height: 45px;
    	text-align: left;
    	background-image: url(styles_FILES/menuspacer.jpg);
	background-repeat: repeat-x;
    	background-color: #CED0FA;
}

#menuleiste {
	height: 45px !important;
	width: 780px;
	float: left;
	background-image: url(styles_FILES/menu.jpg);
	background-repeat: no-repeat;
	padding: 0px 5px;
	margin:0;
}

#menuleiste ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuleiste li {
	float: left;
	display: block;
	position: relative;
	top: 10px;
	color: #A9AAD3;
	padding: 0px 15px;
	font: bold 14px Arial,Helvetica,sans-serif;
}

#menuleiste a {
	color: #A9AAD3;
	text-decoration: none;
}

#menuleiste li a:hover {
	color: #A9AAD3;
	background-color: #282A91;
}

a.menu#active{
	color: #282A91;
	font-size: 14px;
}  

#menuspacer {
	top: 0px;
	left: 780px;
	height: 45px;
	width: auto;
	background-image: url(styles_FILES/menuspacer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper {
    text-align: center;
    margin: 20px 20px 20px 20px;
    padding: 0px;
    height: 400px;
    background: transparent;
    scrollbar-base-color: #FFF;
    scrollbar-track-color: #E5E5F3;
    scrollbar-face-color: #E5E5F3;
    scrollbar-highlight-color: #FFF;
    scrollbar-3d-light-color: #FFF;
    scrollbar-dark-shadow-color: #000;
    scrollbar-shadow-color: #282A91;
    scrollbar-arrow-color: #000;
    overflow: auto;
}

#content_start {
    text-align: left;
    margin: 20px;
    padding: 0px;
    width: 550px;
    background: transparent;
}

#losung {
    text-align: left;
    margin: 20px;
    padding: 10px;
    width: 450px;
    font-size: 12px;
    background-color: #B6B8E4;
    border: 1px solid black;
}

/*** Nützliches ***/

.impressum_start {
           text-align: center;
           font-size: 12px;
           line-height: 16px;
}

.impressum {
           text-align: center;
           margin: 20px;
           padding: 10px;
           width: 450px;
           font-size: 12px;
           line-height: 16px;
           background-color: #B6B8E4;
           border: 1px solid black;
}

.hide {
    visibility: visible;
}

.alternative {
    width: 0px;
    height: 0px;
    visibility: hidden;
    display: none;
}

.align-center { text-align: center; }
.align-right { text-align: right; }

.center { text-align: center; }

input {
      border: 1px;
      background-color: #e5e5f3;
      margin: 5px;
      padding: 2px; 2px; 2px; 5px;
      vertical-align: bottom;
}

.submit, .reset {
         background-color: #e5e5f3;
         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
         border: 3px double #000;
}

.beschriftung {
         width: 100px;
         line-height: 200%;
         float: left;
         clear: left;
}
         
.beschriftunginnen { line-height: 200% }

