/*
Stylesheet for Business Homepage software-dokumentation.net
(c) 2009 M.Kraft 

Colours: dark blue  = #2C6290;
	 dark red   = #902C62;
         dark green = #2C9062;
*/

body {
    padding: 10px 5px 5px 5px;
    margin: 10px;

    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 100%;
    width: 1001px;
	}

div.header {
    color: #ffffff;
    background-color: #2C6290;
    font-size: +2em;
    font-style: italic;
    font-family: inherit;
    text-shadow: black;
    padding: 6px;
    font-weight: bold;
    -moz-border-radius: 13px 13px 13px 13px;
    }

div.navigation {
    color: #AE2855;
    text-color: #AE2855
    font-family: inherit;
    font-size: 100%;
    margin: 6px 6px 6px 6px;
    padding: 6px 6px 6px 6px;
         }

ul.nav {
    color: #AE2855;
    text-color: #AE2855
    font-family: inherit;
    font-size: 90%;
    border: none 1px #C7C8CA; /* #6078D8; */
    margin:  2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
         }

ul#nav li {
  display: inline;
  list-style: none;
}

div.content {
    color: #2C6290;
    text-color: #2C6290;
    font-family: inherit;
    font-size: 100%;
    margin: 6px 6px 6px 6px;
    padding: 6px 6px 6px 6px;
         }

ul.content {
    color: #AE2855;
    text-color: #AE2855
    font-family: inherit;
    font-size: 90%;
    border: solid 1px #C7C8CA; /* #6078D8; */
    margin: 6px 6px 6px 6px;
    padding: 6px 6px 6px 6px;
         }

ul#contentfirstpage li {
  display: inline;
  list-style: none;
}

ul#content li {
  display: inline;
  list-style: none;
}


div.footer {
  text-align: left;
  align: center;
  width: 100%;
  font-size: 70%;
  clear: both;
  }

hr.hr {
    color: #2C6290;
    background-color: #2C6290;
    padding: 0.5px;
    }

span.header {
         background-color: inherit;
	color: #000000;
	font-size: +1em;
	font-style: italic;
	font-weight: bold;
	text-shadow: black;
	padding: 0px;
	}

div.logo {
    color: #AE2855;
    text-color: #AE2855
    font-family: inherit;
    font-size: 100%;
    margin: 6px 6px 6px 6px;
    padding: 6px 6px 6px 6px;
         }

ul.logoul {
    color: #AE2855;
    text-color: #AE2855
    font-family: inherit;
    font-size: 90%;
    border: none 1px #C7C8CA; /* #6078D8; */
    margin:  2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
         }

ul#logoul li {
  display: inline;
  list-style: none;
}


div.hinweis {
	display: table-cell;
	padding: 10px 0px 0px 10px;
	background-color: inherit;
	font-family: inherit;
         font-size: 70%;
         }

#wrap {
    margin: 0 auto;
    width: 1001px;
    }

#contentleft {
    float: left;
    width: 500px;
    }

#contentright {
    float: right;
    width: 500px;
    }

a {
         color: mediumblue;
         background-color: inherit;
	text-decoration: none;
         }

a:link {
         color: mediumblue;
         background-color: inherit;
	}

a:visited {
         color: mediumblue;
         background-color: inherit;
         font-style: italic;
         }

a:hover {
         color: mediumblue;
         background-color: inherit;
	text-decoration: underline;
	}

a.active {
	color: midnightblue;
         background-color: inherit;
         font-style: italic;
         font-weight: bold;
	}
