/* main template configuration */

* {
    line-height: 150%;
}

html, body{
  padding: 0;
  margin: 0;
  background: #022141;
  /* background: url("../img/body_bg.gif") repeat-x #FFF; */
  text-align: center;
  color: #1e2c5b;
  font-family: arial, verdana, sans serif;
  font-size:11px;
  height: 100%;
} 

/*[if EDITOR]
body {
    margin: 0 10px;
    background: #FFF;
    width: 500px;
    color: #1e2c5b;
}
h1 {
	color: #1c2c5a;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h2 {
	color: #a6a6a6;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.toollink {
    color: #FFDD00;
    font-weight: bold;
}

.imageborder {
	border: 1px solid #A6A6A6;
	padding: 3px;
	margin: 8px;
}

a {color: #717171; text-decoration: none;}
a:visited {color:#717171; text-decoration : none;}
a:hover {color:#000; text-decoration: none;}
a:active {color:#717171; text-decoration : none;}

[endif]*/

p {
  padding: 0;
  margin: 0 ;
}

a {color: #717171; text-decoration: none;}
a:visited {color:#717171; text-decoration : none;}
a:hover {color:#000; text-decoration: none;}
a:active {color:#717171; text-decoration : none;}

.toollink {
    color: #FFDD00;
    font-weight: bold;
}

h1 {
	color: #1c2c5a;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h2 {
	color: #a6a6a6;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.uppercase {
	text-transform: uppercase;
}

.clear,
.cleared {
	clear: both;
}

img a {
	border: 0;
}

img.imageborder {
	border: 1px solid #A6A6A6;
	padding: 3px;
	margin: 8px;
}

#container {
  position: relative;
  margin: 0 auto;
  width: 900px;
  min-height: 100%;
  background: #FFF;  
  text-align: left;
  padding: 0 15px 0 15px;
}

#bg_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
    height: 100%;
	background: url('../img/container_bg_left.gif') 0 0 repeat-y;
}

#bg_right {
	position: absolute;
	top: 0;
	left: 915px;
	width: 15px;
    height: 100%;
	background: url('../img/container_bg_right.gif') 0 0 repeat-y;
}

#header {
	height: 67px;
	width: 900px;
	background: #032B54;
}

#header img {
    border: none;
    float: right;
    margin-right: 20px;
}

#breadcrumb {
    float: left;
	position: relative;
	top: 12px;
    left: 10px;
	height: 14px;
	width: 250px;
    color: #FFF;
}

#breadcrumb a {
	color: #FFF;
	margin: 0 8px;
}

#suche {
	position: relative;
    left: 8px;
	width:  208px;
	height: 21px;	
}

#suche input.submit_btn {
    border:1px solid #c2c2c2;
	padding:  1px 3px 2px 3px;
    width: 23px;
    height: 21px;
    position: relative;
    top: 1px;
    text-align: right;
    background: url(../img/suche.png) 3px 3px no-repeat;
}

#suche input.suche_eingabe {
	width: 135px;
	background: #ededed;
	border: 1px solid #c2c2c2;
    border-left: 7px solid #bababa;
	padding:  3px 0 3px 13px;
	color: #717171;
	font-size: 11px;
}

.inputsearch {
    padding:0;
    margin:0;
    
    width:21px;
    height:21px;
}

#bildleiste {
	height: 300px;
	width: 900px;
    /*background: url('../img/awkmedia_header.jpg') 0 0 no-repeat;*/
	border-bottom: 1px solid #1c2c5a;
}

#bildleiste img {
	float: left;
}

/*************MAIN NAVIGATION ************/

#mainmenu {
	height: 26px;
	width: 900px;
	border-bottom: 5px solid #032B54;
	background: none;
}

#mainmenu ul {
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 900px;
	list-style-type: none;
	background: url('../img/mainmenu_ul_bg.gif') top left repeat-x;
}

#mainmenu ul li {
	position: relative;
	line-height: 25px;
	height: 26px;
	float: left;
	text-align: center;
	padding: 0 31px;
	cursor: pointer;
	background: url('../img/mainmenu_li_bg.gif') top right no-repeat;
}

#mainmenu ul li a {
	color: #1e2c5b;
	text-transform: normal;
	font-size: 11px;
}

#mainmenu ul li.selected,
#mainmenu ul li:hover {
	background: #032B54;
	height: 26px;
}

#mainmenu ul li.selected a,
#mainmenu ul li:hover a {
	color: #fff;
}

/**AUSKLAPPEN**/

#mainmenu ul li ul.ausgeklappt {
	position: absolute;
	top: 26px;
	left: 0;
	width: 180px;
	height: auto;
	background: #ededed url('../img/secondnav_ul_bg.gif') bottom left no-repeat;
	border: 1px solid #a6a6a6;
	display: none;
	z-index: 1002;
}

#mainmenu ul li.letztes ul.ausgeklappt {
	left: auto;
	right: 0;
}

#mainmenu ul li:hover ul.ausgeklappt {
	display: block;
}

#mainmenu ul li ul.ausgeklappt li {
	width: 180px;
	/*height: 20px;*/
	height:auto;
	padding: 0;
	margin: 0 0 1px 0;
	line-height: 20px;
	text-align: left;
}

#mainmenu ul li ul.ausgeklappt li a {
	padding: 0 0 0 10px;
}

#mainmenu ul li:hover ul.ausgeklappt li a {
	color: #1e2c5b;
	text-transform: none;
}

#mainmenu ul li:hover ul.ausgeklappt li.selected,
#mainmenu ul li:hover ul.ausgeklappt li:hover {
	background: #DFDFDF;
    /* #FFDD00 */
}

#mainmenu ul li:hover ul.ausgeklappt li.selected a,
#mainmenu ul li:hover ul.ausgeklappt li:hover a {
	color: #000;
}

#mainmenu ul li ul.ausgeklappt li:hover {
	height: 20px;
}

/************* XING BOX ************/

.box {
	width:180px;
	font-size: 11px;
	margin-left: 8px;
}

.box .text{
	color:#878787;
	padding: 0 10px;
}

.box .bold{
	font-weight:bold;
}

/*************SECOND NAVIGATION ************/

#second_nav {
	float: left;
	width: 200px;
	min-height: 300px;
	background: #FFF;
	padding: 16px 0 0 0;
	margin: 0;
}

#second_nav h3 {
	height: 23px;
	width: 167px;
	background: url('../img/secondnav_header.gif') top left no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 23px;
	padding: 0 0 0 15px;
	margin: 0 0 0 8px;
	font-size: 11px;
}

#second_nav ul.second_nav {
	list-style-type: none;
	border: 1px solid #d9d9d9;
	width: 180px;
	margin: 0 0 0 8px;
	padding: 0;
	background: url('../img/secondnav_ul_bg.gif') bottom left no-repeat;
}

#second_nav ul.second_nav li {
	background: #FFF;
	margin: 0 0 1px 0;
	padding: 0 0 0 22px;
	background: url('../img/secondnav_li_bg.gif') top left repeat-x #ececec;
}

#second_nav ul.second_nav li a {
	line-height: 20px;
	color: #3f4659;
}

#second_nav ul.second_nav li ul.zweite_ebene li.selected a,
#second_nav ul.second_nav li ul.zweite_ebene li:hover a,
#second_nav ul.second_nav li.selected a,
#second_nav ul.second_nav li:hover a {
	font-weight: bold;
}

#second_nav ul.second_nav li ul.zweite_ebene {
	list-style-type: none;
	margin: 0 0 0 -22px;
	padding: 0;
}

#second_nav ul.second_nav li ul.zweite_ebene li {

	margin: 0 0 1px 0;
	padding: 0 0 0 38px;
	background: #FFF url('../img/secondnav_li_zweiteebene.gif')  22px 8px no-repeat;
}

#second_nav ul.second_nav li ul.zweite_ebene li a {
	color: #3f4659;
	font-weight: normal;
}


/************* CONTENT ************/

#content {
	float: left;
	/*width: 678px;*/
	width: 422px;
	min-height: 300px;
	padding: 18px 0 0 24px;
	margin: 0 0 32px 0;
	background: #FFF url('../img/content_bg.gif') top left no-repeat;
}

#content_wide {
	float: left;
	width: 620px;
	min-height: 300px;
	padding: 18px 10px 0 24px;
	margin: 0 0 32px 0;
	background: #FFF url('../img/content_bg.gif') top left no-repeat;
}

#content p {
	margin: 20px 0 0 0;
}

#content_wide ul li,
#content ul li {
	padding: 5px 0 0 10px;
	list-style-type:none;
	background: url('../img/bg_li.gif') 0 11px no-repeat;
}

.hrshadow{
	background: url('../img/hr_trenner.gif') 0 0 no-repeat;
	height:23px;
	width: 426px;
	border:0;
	margin:0;
	padding:0;
}

/*************SIDEBAR RECHTS ************/

#sidebar {
	float: left;
	width: 254px;
	min-height: 300px;
	padding: 18px 0 50px 0;
	margin: 0;
	background: #FFF;
}

#sidebar_none {
	display: none;
	visibility: hidden;
}

.sidebarbildmittig{
	position:relative;
	top:0;
	left:-4px;
}

#sidebar .rightbox {
	width: 210px;
	min-height: 140px;
	background: url('../img/box_rechts_bg.gif') 0 0px no-repeat;
	padding: 8px 8px 0 8px;
	margin: 0 14px 10px 14px;
}

#sidebar .rightbox p.boxheadline {
	font-weight: bold;
	color: #878787;
	padding: 0;
}

#sidebar .rightbox p {
	color: #878787;
	padding: 0;
	margin: 5px 6px 0 6px;
}

	#sidebar .rightbox p.morelink {
	background: url('../img/more_arrow.gif') center left no-repeat;
	padding: 0 0 0 9px;
	margin-left: 155px;
}

#sidebar .rightbox p.morelink a {
	color: #717171;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.morelink {
	background: url('../img/more_arrow.gif') center left no-repeat;
	padding: 0 0 0 9px;
	margin-left: 160px;
}

a.morelink {
	color: #1e2c5b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar ul.sbkontakte {
	margin: 0 6px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul.sbkontakte li {
	margin: 0;
	padding: 5px 0;
}	

#sidebar .rightbox h2 {
	font-size: 11px;
	padding: 0 0 0 6px;
	color: #333;
}

/*************SONDER BUTTONS ************/

#second_nav ul.sonder_btn {
	list-style-type: none;
	margin: 0;
	padding:  0;
}

#second_nav ul.sonder_btn li {
	width: 182px;
	height: 29px;
	margin: 0 0 3px 8px;
	padding: 0;
	background: url('../img/sonderbtn.gif') top left no-repeat;
}

#second_nav ul.sonder_btn li a {
	line-height: 29px;
	padding: 0 0 0 20px;
}

#second_nav ul.sonder_btn li.selected,
#second_nav ul.sonder_btn li:hover {
	background: url('../img/sonderbtn_hover.gif') top left no-repeat;
}

#second_nav ul.sonder_btn li.selected a,
#second_nav ul.sonder_btn li:hover a {
	color: #fff;
	font-weight: bold;
}

/************* FOOTER ************/

#footer {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 890px;
	height: 31px;
	background: url('../img/footer_bg.gif') top left repeat-x;
	padding: 0 0 0 10px;
}

#footer p {
	color: #a7a7a7;
	font-size: 11px;
	padding: 6px;
}

#footer p a {
	text-decoration: none;
}

/************* SUCHE ************/

table#searchresult {
	width: 650px;
}

table#searchresult th.sheadline {
	font-weight: bold;
	font-size: 11px;
	padding: 6px 5px;
}

table#searchresult tr td {
	padding: 6px 5px;
}

table#searchresult tr.line_light td {
	background: #FFF;
}

table#searchresult tr.line_dark td {
	background: #e2e4ed;
}

/************* NEWS ************/

#content ul.newsul li.newsli div.imageborder {
	border: 1px solid #A6A6A6;
	padding: 1px;
	margin: 0 10px 0 0;
	float: left;
}

#content_wide ul.newsul,
#content ul.newsul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 420px;
	overflow: hidden;
}
#content_wide ul.newsul li.newsli,
#content ul.newsul li.newsli {
	padding: 20px 0 0 0;
	background:none;
	list-style-type: none;
}
#content_wide ul.newsul li.newsli h4,
#content ul.newsul li.newsli h4{
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #3f4659;
}
#content_wide ul.newsul li.newsli div p,
#content ul.newsul li.newsli div p{
	margin: 5px 0 5px 0;
	padding: 0;
}
#content_wide ul.newsul li.newsli div.morelink,
#content ul.newsul li.newsli div.morelink {
	margin: 0 0 10px 0;
}

/************* KONTAKTE ************/
#content_wide div.kboxvcard .kimage img,
#content div.kboxvcard .kimage img {
	float: left;
	margin: 5px 8px 0 0;
}

#content_wide div.kboxvcard,
#content div.kboxvcard {
	margin: 0 0 15px 0;
}

#content_wide div.kboxvcard span.name,
#content div.kboxvcard span.name {
	font-size: 12px;
	font-weight: bold;
}

#content_wide div.kboxvcard span.name a,
#content div.kboxvcard span.name a {
	color: #333;
}

#content_wide p.kontakte_spruch,
#content p.kontakte_spruch {
	float: right;
	line-height: 20px;
	width: 320px;
	margin: 0 20px 0 0;
}

#content_wide p.kontakte_spruch i,
#content p.kontakte_spruch i {
	font-weight: normal;
}

#content_wide .kboxvcard table {
	margin: 0 0 0 10px;
}

#partner{
	border-collapse:collapse;
}

.partner_imageborder{
	width:140px;
	border: 1px solid #e8e8e8;
	background: #FFF;
	text-align:center;
	vertical-align:middle;
	padding: 5px;
}

.partner_content{
	padding: 5px;
	vertical-align:top;
}
#partner h3,
.partner_content h3{
	padding:0;
	margin:0;
	font-size: 12px;
}
.partner_trenner{
	margin-top: 5px;
}

/** DRUCKKOSTENPLANER **/

#content_wide .druckkostenplaner *{
    margin: 0;
    padding:0;
}
    
#content_wide .druckkostenplaner ul{
    width: 600px;
    padding:0;
    margin:0;
    list-style-type:none;
}

#content_wide .druckkostenplaner ul li{
    width:120px;
    height:148px;
    float:left;
    padding:0;
    margin:0;
	cursor: pointer;
}
    
    #content_wide .druckkostenplaner ul li#gf{
        background:url('../img/druckkostenplaner/gf.gif') bottom left no-repeat;  
    }
    #content_wide .druckkostenplaner ul li#gf:hover,
    #content_wide .druckkostenplaner ul li#gf.selected{
        background:url('../img/druckkostenplaner/gf.gif') top left no-repeat;
    }
    #content_wide .druckkostenplaner ul li#clb{
        background:url('../img/druckkostenplaner/clb.gif') bottom left no-repeat;  
    }
    #content_wide .druckkostenplaner ul li#clb:hover,
    #content_wide .druckkostenplaner ul li#clb.selected{
        background:url('../img/druckkostenplaner/clb.gif') top left no-repeat;
    }
    #content_wide .druckkostenplaner ul li#clp{
        background:url('../img/druckkostenplaner/clp.gif') bottom left no-repeat;  
    }
    #content_wide .druckkostenplaner ul li#clp:hover,
    #content_wide .druckkostenplaner ul li#clp.selected{
        background:url('../img/druckkostenplaner/clp.gif') top left no-repeat;
    }
    #content_wide .druckkostenplaner ul li#gs61{
        background:url('../img/druckkostenplaner/gs61.gif') bottom left no-repeat;  
    }
    #content_wide .druckkostenplaner ul li#gs61:hover,
    #content_wide .druckkostenplaner ul li#gs61.selected{
        background:url('../img/druckkostenplaner/gs61.gif') top left no-repeat;
    }
    #content_wide .druckkostenplaner ul li#gs81{
        background:url('../img/druckkostenplaner/gs81.gif') bottom left no-repeat;  
    }
    #content_wide .druckkostenplaner ul li#gs81:hover,
    #content_wide .druckkostenplaner ul li#gs81.selected{
        background:url('../img/druckkostenplaner/gs81.gif') top left no-repeat;
    }
    
    #content_wide .druckkostenplaner #ergebnis{
        font-size:14pt;
        font-weight:bold;
        color: #FFF;
        width:225px;
        text-align:right;
        padding: 0 0 0 10px;
    }
    
    #content_wide .result{
        clear:both;
        height:46px;
        width:590px;
        background: #001d68;
        padding: 0 0 0 10px;
        color: #FFF;
    }
    #content_wide .result input{
        margin: 14px 0 0 0;
        border:1px solid #4a6da0;
        background:#FFF;
        width:140px;
    }
    #content_wide .result input.submit{
        background: #FFF;
        color: #001d68;
        width: 80px;
    }
    