@import url(/styles/live/postikum/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/formmanager.css);
@import url(/styles/live/postikum/navigation.css);



/* Structure */
html, body {
    background-position : center;
    background-color : #E7E4E4;
}

body {
    margin : 0;
    padding : 0;
    font-family : Georgia, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #525252;
    text-align : left;
}

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

p {
    margin: 0;
}

input {
    margin: 0;
}

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

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

.headimage {
}


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

}

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: 18px;
    color: #7C7C7C;
}

h1.sidebar {
    margin: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
    color: #7C7C7C;
}

h2 {
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    margin-top: 5px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 1013px;
    background-image: url(/images/postikum/bodybg.gif);
    background-repeat: repeat-y;
}

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

#header {
    height: 100px;
    width: 1005px;
    background-color: #FFFFFF;
}

#topnav {
    background-color: #FFFFFF;
    border-left: 0;
    border-right: 0;
    width: 1005px;
    background-image: url(/images/postikum/topnavbg.gif);
    background-repeat: repeat-x;
    height: 32px;
}

#sidenav {
	border-right: 1px solid #969595;
    width: 200px;
	background-color: #fff;
    min-height: 393px;
    height: auto !important;  /* for modern Browsers */
    height: 393px;  /*for IE */
    float: left;
    position: relative;
    top: -6px;
    left: 0px;
}

div.sidenavwrapper{
	height: 414px;
	background-color:#7F7F7F;
	float:left;
}

#content {
    background-color: #FFFFFF;
    width: 611px;
    min-height: 420px;
    height: auto !important;
    height: 420px;
    float: left;
    background-image: url(/images/postikum/containerbg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    border-right: 1px solid #969595;
}

#rightcontent{
	width: 192px !important;
	width: 191px;
	float:right;
	text-aign: top;
}

div.rightwrapper{
	padding-left: 21px;
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #969595;
}

#right_article_list{
	float:right;
	width: 192px !important;
	width: 191px;
}

#footer {
    background-color: #7F7F7F;
    width: 1006px;
    height: 34px;
    clear: both;
}

div.contentwrapper{
	float:left;
    background-image: url(/images/postikum/bgcontentwrapper.gif);
    background-repeat: repeat-y;
    background-position: bottom left;
}

div.clear{
	clear:both;
}

.label {
    display: block;
}

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


ul	{
	list-style-position:outside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}


#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

/* Definitions start here */

div.logo{
	float:left;
	width: 200px;
	height: 103px;
	border-right: 1px solid #969595;
	margin: 15px 0px 15px 0px;
}

div.text_top{
	float: left;
	width: 285px;
	margin-top: 58px;
	margin-left: 15px;
}

div.icons{
	float:right;
	padding-right: 100px;
	margin-top: 13px;
}

img.relation{
	float:left;
	border: 5px solid #E6E6E6;
	margin: 2px;
}

div.relation{
	width: 188px !important;
	width: 187px;
	padding-left: 13px;
	margin-top: 33px;
	padding-bottom: 20px;
	border-bottom: 1px solid #969595;
}

img.headimage{
	margin-left: 1px;
}

div.footerinhalt{
	float:right;
	padding-right: 200px;
	color: #fff;
	margin-top: 15px
}

h2.list{
	font-size: 11px;
	color: #FF0607;
	font-weight: normal;
	margin-bottom: 20px;
}

a.list{
	color: #FF0607;
}

div.articlelist{
	padding-top: 15px;
	padding-left: 15px;
}

div.img_desc{
	 float:right; 
	 padding-left:10px; 
	 padding-bottom: 10px; 
	 font-size:11px;
}
div.downloadtop {	
	width: 509px;
	min-height: 200px;
    height: auto !important;  /* for modern Browsers */
    height: 200px;  /*for IE */
	float: left;
	}
div.files{
	border-bottom: 1px solid #FF6600; 
	float:left; 
	padding: 3px 4px 3px 50px;
	color: #888888;
	background: #fff;
}

div.filewhite{
	background-color: white;
	padding-left: 5px;
	width: 430px; 
	height: 22px;
	float:left;
	background-image: none;
	clear:both;
}

div.filegrey{
	background-color: #EFEFEF;
	float:left;
	height: 22px;
	width: 430px; 
	background-image: none;
	padding-left: 5px;
	clear:both;
}