@import url(/styles/live/Greifvogel/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightwindow.css);
@import url(/styles/live/formmanager.css);
@import url(/styles/live/Greifvogel/navigation.css);
@import url(/styles/live/livetranslate.css);

/* Structure */
html, body {
    background-image: url(/images/Greifvogel/background_site.jpg);
    background-repeat: repeat-x;
    background-color: #0C3606;
}

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #34493A;
    text-align : left;
    line-height: 16px;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #60ACDA;

}

a:hover {
    text-decoration: none;
    color: #4388d5;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
}

h3 {
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 3px;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
}


/* Body - Container */
#container_tb {
    width: 964px;
    background-color: white;
    position: absolute;
    background-image: url(/images/Greifvogel/container_tb_background.jpg);
    background-position: left;
    background-repeat: repeat-y;
}

#container {
    width: 964px;
}

#header {
    height: 189px;
    width: 964px;
    background-image: url(/images/Greifvogel/banner.jpg);
	background-repeat: no-repeat;	
}

#sidenav {
    background-image: url(/images/Greifvogel/background_sidenav.jpg);
	background-repeat: no-repeat;
    width: 181px;
    min-height: 592px;
    height: auto !important;  /* for modern Browsers */
    height: 592px;  /*for IE */
    float: left;
    padding-top: 7px;
}

#content {
    background-image: url(/images/Greifvogel/background_content.jpg);
    background-repeat: repeat-y;
    width: 506px;
    min-height: 555px;
    height: auto !important;  /* for modern Browsers */
    height: 555px;  /*for IE */
    float: left;
	padding-right: 10px;
	padding-left: 45px;
	padding-top: 43px;
	position: relative;
}

#infoView {
    width: 176px;
    height: 555px;
	float: left;
	background-color: white;
	padding-top: 44px;
	padding-left: 21px;
	padding-right: 25px;
}

#impressumView
{
	position: absolute;
	bottom: 15px;
	left: 100px;
	font-size: 11px;
}

#impressumView a
{
	color: #FFFB9C;
}

#impressumView a:hover
{
	color: white;
}

.slide {
	position:absolute;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}