/**
  * softwareinitiative.de
  *
  * @copyright       ©2010
  * @author          Oliver Beckenhaub
  * @version         1.1
  *
  * @lastmodified    25.02.2011
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);




 /**
  * @section body default
  */
body {
	background-color: #51555d;
	color: #51555d;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, small, strong, em {
	margin-bottom: 18px;
	line-height: 1.5em;
}


h1 { 
	font-size: 36px; 
	font-family: Helvetica, Arial, sans-serif;
}

h2 { 
	font-size: 24px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	color: #1a263b;
}
h3 { 
	font-size: 19px;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 9px 0;
	color: #1a263b;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1a263b;
	margin: 0;
}

h5 {}

h6 {}

div {}

p {}

ul {}

ol {}

li {margin-bottom: 5px;}

a {
	color: #111;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px dotted #1a263b;
}

a:hover {
	color: #fdc80f;
	background-color: #252525;
}

small {
	font-size: 0.8em;
}

pre {}

blockquote {font-style: italic;}

code {font-family: "Andale Mono";}

em {font-style: italic;}

strong {font-weight: bold;}




 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	margin: 0 auto 0 auto;
	width: 980px;
	background-color: #fff;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
}

#header * {
	margin-bottom: 0;	/* reset the default 18px margin-bottom to 0px for all header elements */ 
}

#header {
	clear: left;
	position: relative;
	border-top: 5px solid #fdc80f;
	background-color: #252525;
}

#header .box {
	width: 980px;
	height: 240px;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 3px solid #fff;
}

#header .box #logo {
	position: absolute;
	top: 45px;
	left: 40px;
}

#content {
	float: left;
	width: 460px;
	z-index: 1;
	/* font-family: Georgia, Times, serif; */
	font-size: 15px;
}

#content .box {
	margin-bottom: 36px;
}

#sidebar {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}

#sidebar .box {
	margin: 0 0 36px 0;
	border: 1px solid #c8c8c8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#sidebar .box .inner {
	padding: 18px 10px 10px 10px;
}


#footer {
	clear: left;
	background-color: #fff;
	border-bottom: 5px solid #fdc80f;
	padding: 20px;
}

#footer #footer-content {
	border-top: 1px solid #51555d;
	padding-top: 10px;
}

#footer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

#footer ul li {
	float: left;
/* 	display: inline; */
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	/* border-right: 1px solid #51555d; */
}

#footer ul li.last {
	border: 0;
}



 /**
  * @section navigation styles
  *
  * All style used for navigation
  */

#navigation * {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	/* font-family: Georgia, Times, serif; */
}

#navigation {
	padding: 0 20px 0 220px;
	margin-bottom: 80px;
	display: block;
	/* background-color: #252525; */
}

#navigation ul li a span {
/* 	position: absolute;
	left: -10000px;
 */
}

#navigation ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	/* width: 858px; */
	height: 35px;
	position: relative;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 36px;
	line-height: 36px;
}

#navigation ul li a {
	display: block;
	margin-top: -3px;
	padding: 5px 22px 8px 22px;
	height: 22px;
	color: #aeaeae;
	text-decoration: none;
	font-size: 18px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#navigation ul li a:hover {
	color: #fdc80f;
	border-top: 3px solid #fdc80f;
	border-bottom: 3px solid #fdc80f;
}

#navigation ul li.highlight a {
	color: #fdc80f;
	background-color: #252525;
	border-top: 3px solid #fdc80f;
	border-bottom: 3px solid #fdc80f;
}



ul#navigation-sub {
	float: left;
	width: 180px;
	margin: 5px 20px 0 43px;
	list-style-image: url(images/arrow-light-right.png);
	list-style-position: outside;
	font-size: 15px;
}

ul#navigation-sub li {
	margin-bottom: 18px;
}

ul#navigation-sub li a {
	color: #151515;
	background-color: transparent;
	border: none;
}

ul#navigation-sub li a:hover {
	text-decoration: none;
	background-color: transparent;
	border: none;
	color: #888;
	/* padding-left: 10px; */
}

ul#navigation-sub li .highlight {
	/* background-color: #FDC80F; */
	background: none;
	color: #888;
	padding-left: 10px;
}


 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */

#header .box #logo a,
#header .box #logo a:hover {
	background-color: transparent;
	border: none;
}


#content div {
	line-height: 1.5em;
}

#sidebar h2 {
	background-color: #fdc80f;
	font-size: 16px;
	color: #51555d;
	font-weight: bold;
	padding: 5px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 0;
}

#sidebar h3 {
	color: #1a263b;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

#sidebar a.link-more {
	/* border: none; */
}
#sidebar a.link-more:hover {
	text-decoration: none;
}
#sidebar .link-more:before 	{content: "[ ";}
#sidebar .link-more:after 	{content: " ]";}




 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}

.right {
	float: right;
	margin: 0 0 18px 18px;
}

.float-left {float: left;}
.float-right {float: right;}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0px;
}

.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}

.uppercase {text-transform: uppercase;}

.no-list-style {
	list-style-type: none;
	list-style-position: outside;
}

.hide, .hidden {display:none;}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}
.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.no-margin-right {margin-right: 0;}

.margin-bottom-9 	{margin-bottom: 9px;}
.margin-bottom-18 	{margin-bottom: 18px;}
.margin-bottom-27 	{margin-bottom: 27px;}
.margin-bottom-36 	{margin-bottom: 36px;}
.margin-bottom-45 	{margin-bottom: 45px;}
.margin-bottom-54 	{margin-bottom: 54px;}




 /**
  * @section Tables
  *
  */

table {}

tr {}

th {}

td {}



 /**
  * @section Forms
  *
  */

form#mitglied-werden {
	background: #efefef;
	border: 1px solid #aeaeae;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
	width: 400px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

form#mitglied-werden fieldset {
	border: none;
	margin-bottom: 10px;
}
form#mitglied-werden fieldset:last-of-type {
	margin-bottom: 0;
}

form#mitglied-werden legend {
	color: #51555D;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0;
}

form#mitglied-werden ol li {
	background: #f3f3f3;
	background: rgba(255,255,255,.3);
	border-color: #f8f8f8;
	border-color: rgba(255,255,255.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
}

form#mitglied-werden ol ol li {
	background: none;
	border: none;
	line-height: 30px;
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

form#mitglied-werden ol ol li p {
	clear: left;
	display: block;
	padding: 7px 0 0px 0px;
	font-size: 11px;
	margin: 0;

}

form#mitglied-werden ol ol li:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

form#mitglied-werden label {
	float: left;
	font-size: 13px;
	width: 130px;
	margin: 0;
}

form#mitglied-werden fieldset fieldset legend {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}

form#mitglied-werden fieldset fieldset label {
	line-height: 20px;
	padding: 0 10px 0 5px;
	width: auto;
	font-weight: bold;
}


form#mitglied-werden fieldset label:hover {
	cursor: pointer;
}

form#mitglied-werden input {
	width: 220px;
}

form#mitglied-werden textarea {
	overflow: auto;
	width: 220px;
}

form#mitglied-werden input:not([type=radio]),
form#mitglied-werden textarea {
	background: #ffffff;
	border: none;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 220px;
}

form#mitglied-werden input:not([type=submit]):focus,
form#mitglied-werden textarea:focus {
	background: #FFF4CF;
	border: 1px solid #FDC80F;
}

form#mitglied-werden input.error:not([type=submit]),
form#mitglied-werden textarea.error {
	background: #febdbd;
	border: 1px solid #ff3b3b;
}

form#mitglied-werden label.error {
	position: absolute;
	left: -10000px;
}

form#mitglied-werden input[type=radio] {
	float: left;
	padding: 0;
	margin-right: 5px;
	margin-left: 0;
	line-height: 30px;
	width: auto;
}

form#mitglied-werden button {
	display: block;
	background-color: #f1f1f1;
	background: #f1f1f1 url(images/gradation-light.png) repeat-x bottom left;
	border: 1px solid #aeaeae;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	margin: 0 auto;
}

form#mitglied-werden button:hover {
	background: #51555D url(images/gradation-dark.png) repeat-x bottom left;
	border: 1px solid #888;
	color: #FDC80F;
	cursor: pointer;
}




 /**
  * @section rest of style definitions
  *
  */


/* STARTPAGE TEASER BOXES */

#teaser-large {
	background-color: #efefef;
	border: 1px solid #aeaeae;
	padding: 19px;
	margin: 0 40px 60px 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	font-size: 15px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	min-height: 100px;
}

#teaser-large .sid {
	float: left;
	position: relative;
	width: 160px;
	margin: 50px 20px 0 0;
}

#teaser-large .teasertext {
	float: left;
	position: relative;
	width: 465px;
	margin: 0 20px 0 0;
}

#teaser-large .buttons {
	position: absolute;
 	bottom: 19px;
	right: 19px;
	width: 190px;
	margin: 0;
}

* html #teaser-large .buttons {
	min-height: 50px;
}

#teaser-large .buttons a {
	display: block;
	background-color: #f1f1f1;
	background: #f1f1f1 url(images/gradation-light.png) repeat-x bottom left;
	border: 1px solid #aeaeae;
	/* padding: 10px 10px 10px 20px; */
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
}

#teaser-large .buttons a span {
	background: transparent url(images/arrow-dark-right.png) no-repeat 6px 12px;
	padding: 7px 5px 7px 20px;
	margin: 0;
	display: block;
}

#teaser-large .buttons a:hover span {
	background: transparent url(images/arrow-light-right.png) no-repeat 6px 12px;
}

#teaser-large .buttons a:hover {
	background: #51555D url(images/gradation-dark.png) repeat-x bottom left;
	border: 1px solid #888;
}


#teaser-small {
	margin: 0 40px 60px 40px;
}

#teaser-small .box {
	float: left;
	width: 236px;
	padding: 5px 20px;
}

#teaser-small .even {
	margin: 0 20px;
	padding: 5px 35px;
	border-left: 1px solid #fcf2cc;
	border-right: 1px solid #fcf2cc;
}

#teaser-large ul,
#teaser-small ul {
	margin: 5px 20px 0 18px;
	list-style-image: url(images/arrow-dark-right.png);
	list-style-position: outside;
}

#teaser-large a,
#teaser-small a {
	font-weight: bold;
}



#teaser-small p.date,
#content p.date {
	border-left: 12px solid #c8c8c8;
	color: #51555D;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	padding-left: 10px;
	line-height: 1;
}



.backlink {
	margin-top: 36px;
	font-size: 0.9em;
}

.we-text {
	line-height: 1.5em;
	margin-bottom: 18px;
}
