/******************************************************************************/
/* Reset **********************************************************************/
/******************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************************/
/* Struktur *******************************************************************/
/******************************************************************************/

html{
    height: 100%;
}

body{
    background: #b8af03;
    height: 100%;
    font-family: tahoma;
    font-size: 12px;
    line-height: 21px;
    color: #48392d;
    
}

#wrapper{
    width: 800px;
    background: url(../images/wrapper.gif) repeat-y;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
	padding: 0 11px;
}

/* innerwrapper ***************************************************************/

#innerwrapper{
    padding: 342px 20px 65px;
	background: url(../images/innerwrapper.gif) 0 322px repeat-x;
}

#colleft{
    float: left;
    width: 510px;
}

#colright{
    float: right;
    width: 230px;
	background: url(../images/colright-h3.gif) 0 0 no-repeat;
}

/* rowhead ********************************************************************/

#rowhead{
    position: absolute;
    top: 0;
    left: 11px;
    height: 322px;
    width: 800px;
    background: url(../images/rowhead.jpg) 0 bottom no-repeat;
}

.english #rowhead {
    background: url(../images/rowhead-en.jpg) 0 bottom no-repeat;
}

#innerhead{
    padding: 0 20px;
}

a.gohome{
    display: block;
    float: left;
    background: url(../images/logo.png) no-repeat center;
    width: 123px;
    height: 71px;
}

ul#navigation{
    float: right;
	margin: 26px 0 0;
}

ul#navigation li{
    float: left;
	background: url(../images/navi.gif) left -25px repeat-x;
	display: block;
	margin: 0 6px 0 0;
}

ul#navigation li.selected{
    float: left;
	background: url(../images/navi-selected.gif) left -25px repeat-x;
	display: block;
}

ul#navigation li a{
    text-decoration: none;
    color: #48392d;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 25px;
	height: 25px;
	background: url(../images/navi.gif) left 0 no-repeat;
	padding: 0 0 0 8px;
	float: left;
}
ul#navigation li.selected a{
	background-image: url(../images/navi-selected.gif);
	color: #fff;
}

ul#navigation li a span{
	padding: 0 8px 0 0;
	display: block;
	height: 25px;
	background: url(../images/navi.gif) right -50px no-repeat;
	cursor: pointer;
	float: left;
}

ul#navigation li.selected a span{
	background-image: url(../images/navi-selected.gif);
}

ul#navigation li#last{
    margin: 0;
}

ul#navigation li a:hover,
ul#navigation li a:focus,
ul#navigation li a:active,
ul#navigation li.selected a{
    color: #fff;
}


/* footer *********************************************************************/

#footer {
	background-color: #e9e9e9;
	line-height: 45px;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	width: 760px;
}

#footer .left{
	float: left;
}

#footer .right{
	float: right;
}

#footer a {
	color: #48392d;
	border-bottom: 1px dotted #48392d;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	border-style: solid;
}

/* global *********************************************************************/

.clearboth {
    clear:both;
}

em {
	font-weight: bold;
}

p{
	margin: 0 0 20px;
}

h2{
    font-family: "Lucida Sans Unicode";
    font-weight: regular;
    font-size: 24px;
    line-height: 24px;
    color: #48392d;
    padding: 0 0 15px;
}

h3{
	font-family: arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #b1a803;
    padding: 0 0 10px;
}

#colright h3 {
	font-family: arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #48392d;
    padding: 0 0 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

ul.list li{
	background: url(../images/bullet.gif) 5px 6px no-repeat;
	padding: 0 0 0 22px;
	margin: 0 0 8px;
}

#colleft ul.list{
	margin: 0 0 20px;
}

ul.list-social {
	list-style-type: none;
}

ul.list-social li {
	display: inline-block;
	margin: 0 5px 0 0;
}

#innerwrapper .list-social .btn {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	border: 0;
}

.btn-facebook {
	background: url(../images/facebook.png) 0 0 no-repeat;
}

.btn-xing {
	background: url(../images/xing.png) 0 0 no-repeat;
}

.btn-linkedin {
	background: url(../images/linkedin.png) 0 0 no-repeat;
}

#colright .btn-img {
    border: 0;
}

#colright .btn-img img {
    float: none;
    border: 0;
    margin: 15px 0 0;
}

dl {
	margin: 0 0 20px;
}

dl dt{
	clear: left;
  float: left;
	margin: 0 5px 0 0;
}

#innerwrapper a {
	text-decoration: none;
	border-bottom: 1px dotted #B1A803;
	color: #B1A803;
	display: inline-block;
}

#innerwrapper a:hover,
#innerwrapper a:focus,
#innerwrapper a:active {
	border-style: solid;
}

#innerwrapper a.readmore{
	display: block;
	height: 18px;
	width: 111px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	background: url(../images/readmore.gif) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	margin: 15px 0 20px 119px;
	border: none;
}

#innerwrapper a.btn-cta {
	display:block;
	text-decoration: none;
	background: #d5d5d5 url(../images/btn-cta.gif) 0 0 repeat-x;
	padding: 10px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 2px;
}

#innerwrapper a.btn-cta:hover,
#innerwrapper a.btn-cta:focus {
	background-position: 0 -30px;
}

#innerwrapper a.btn-cta strong {
	display: block;
}

.box-lektorat {
	background: url(../images/lektorat.jpg) 0 0 no-repeat;
	padding: 79px 0 0;
}

.english .box-lektorat {
    background: url(../images/lektorat-en.jpg) 0 0 no-repeat;
}

#colleft img {
	float: right;
	border: 3px solid #e2e2e2;
	margin: 0 0 15px 15px;
}

#colright img {
	float: left;
	border: 3px solid #e2e2e2;
	margin: 0 15px 15px 0;
}

#colleft span, #colright span {
	width: 45px;
	float: left;
}

#colright span {
	width: 30px;
}

#colleft span.nowrap {
    float: none;
    width: auto;
    white-space: nowrap;
}

/******************************************************************************/
/* Module *********************************************************************/
/******************************************************************************/

.flag {
    position: absolute;
    top: 23px;
    right: -42px;
    width: 32px;
    height: 32px;
    background: url("../images/flag-english.png");
}

.flag--german {
    background: url("../images/flag-german.png");
}