@import url(/styles/live/sponsoren/articles.css);
@import url(/styles/live/sponsoren/navigation.css);
@import url(/styles/live/thickbox.css);
@import url(/styles/live/sponsoren/formmanager.css);
@import url(/styles/live/sponsoren/iefix.css);

/* Structure */
html, body {
    background-color : #ffffff;
    background-image: url(/images/sponsoren/bg.png);
    background-repeat: repeat-y;
    background-position: center 31px;
}

body {
    margin : 0;
    padding : 0;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #3A3D3F;
    text-align : left;
    line-height: 150%;
}

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

p {
    margin: 0;
}

input {
    background-color: white;
    border: 1px solid #AFBE00;
    padding:1px;
}

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

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

.headimage {
	margin-left: 136px;
}

.clear {
    clear: both;
}


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

}

a:hover {
    text-decoration: none;
    color: #36393D;
}

/* 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: 5px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 4px;
}

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


/* Body - Container */


#container {
    width: 945px;
    margin: 0 auto;
}

#header {
    width: 945px;
    float: left;
    text-align: right;
    padding: 8px 24px 10px 0px;
    color: #3A3D3F;
    font-size: 11px;
    background-color: white;
}

#header a {
    color: #3A3D3F;
}

#content {
    width: 650px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    margin-bottom: 15px;
    float: left;
    padding: 120px 171px 30px 124px;
    position: relative;
}

#sidenav {
    float: right;
    padding-bottom: 160px;
}

#logoView {
    position: absolute;
    left: 59px;
    top: 33px;
}


.label {
    display: block;
}

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


ul	{
	list-style-position:outside;
}