/*
Theme Name: SHRED UP Theme www.shredup.ch

*/

/* Begin Typography & Colors */
body, div, span, h2, h3, img, ul, li {
  margin: 0;
  padding: 0;
}

body {
	font-size: 12px; 
	font-family: Arial, Sans-Serif;
	background: url(images/background.jpg) no-repeat;
}

a:link, a:visited, a:focus, a:hover, a:active  {
	color: #9e097c;
	text-decoration:none;
}

a img {
	border: none;  
}

ul {
        list-style: none;
}

input.text {
        width: 415px;
        border: 1px solid #9e097c;
        margin-left: 0;
        text-align: left;
}

input.submitbutton {
        background-color: white;
        color: #9e097c;
        margin: 0;
        padding: 0;
	width: auto;
}

input.checkbox {
	border: none;
        margin-left: 0;
}

#page {
	width: 960px;
	position: absolute; top: 0; left: 50%;
	margin-left: -480px;
}

#wrapper {
	position: absolute;
}

#header {
	color: #9e097c;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

#header img.logo {
	position: absolute; top: 0; left: 0;
}

#header ul.menu {
	position: absolute; top: 160px; left: 260px;        /*160px + margin von 5px*/
}

#header ul.menu li {
	float: left;
	padding: 5px 5px;
	height: 50px;
}

#header ul.language {
        position: absolute; top: 0; right: 0;        /*160px + margin von 5px*/
}

#header ul.language li {
        float: left;
        margin-right: 10px;
}

.language_item {
  display: block;
}

.current_language_item {
  display: none;
}

#sidebar {
    background-color: #9e097c;
    height: 1300px;
    position: absolute; top: 160px; left: 0px;
    font-size: .9167em;
    width: 250px;
}

#sidebar h2 {
    color: #9e097c;
}

#heads h2 {
    position: absolute; top: 10px; left: 10px; z-index:2;
}

#heads img {
    position: relative; top: 10px; left: 10px;    
}

#statement {
    margin: 10px;
    background-color: black;
    color: white;
    padding: 0 5px;
    opacity: .6;
    filter: Alpha(opacity=60);
    width: 220px;
}

#status {
    position: absolute; top: 430px; left: 10px;
    background-color: white;
    width: 230px;
    height: 185px;
}

#status img {
    float: right;
    margin-top: -10px;
    margin-right: 10px;
}

#status div {
    position: relative; top: 20px; left: 10px;
    /*margin-top: 20px;
    padding: 0 10px;*/
    width: 150px;
}

#links {
    position: absolute; top: 625px; left: 10px;
    background-color: white;
    width: 230px;
    height: 675px;
}

#links ul {
    margin: 20px 10px;
    list-style: none;
}

#content {
    background-color: white;
    height: 1225px;
    width: 630px;
    position: absolute; top: 215px; left: 250px;
    padding: 10px 60px 10px 20px;
}

#content h3 {
    font-weight: normal;  
}

#content img.material {
    float: right;
    margin-right: 350px;
}

#content img.partner {
    float: right;
    margin-right: 150px;
}

#content ul.initianten {
    margin: 10px 0;
}

#content ul.initianten li {
    margin: 10px 0 50px 0;        
}

#content ul.partner {
    margin: 10px 0;
}

#content ul.partner li {
    margin: 10px 0;        
}

#content ul.ueberuns {
    margin: 20px 0;        
}

#content ul.ueberuns li {
    display: inline;
    margin-right: 20px;
}

#footer {
    background-color: #9e097c;
    color: white;
    font-size: .9167em;
    /*position: absolute; top: 1160px; left: 0;*/
    position: fixed; bottom: 0px; left: 50%;
    width: 950px;
    height: 40px;
    margin-left: -480px;
    padding: 5px 0px 5px 10px;
}

/*body > #footer {
  position:fixed; bottom: 0px; left: 50%;
}*/

#footer td {
    text-align: right;
    vertical-align: top;
    padding-right: 55px;
}

.active {
    background-color: white;
}

.important {
    color: white;
    background-color: #9e097c;
    padding: 5px 5px 5px 20px;
    margin-left: -20px;
}

.error {
    color: white;
    background-color: red;
    padding: 5px 5px 5px 20px;
    margin-left: -20px;
}

.success {
    color: white;
    background-color: #138d2a;
    padding: 5px 5px 5px 20px;
    margin-left: -20px;