
* { padding: 0px; margin: 0px; }

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	
	background-image: url(../images/bg-gradient.png);
	background-repeat: repeat-x;
	
	font-family: Bitstream Vera Sans, Verdana, sans-serif;
	font-size: 12px;
}

#contents h1,
#contents h2,
#contents h3,
#contents hr {
    margin: 0 0 0.8em 0;
    clear: left;
}

#contents h1 { font-size: 180%; font-weight: normal;}
#contents h2 { font-size: 140%; font-weight: normal;}
#contents h3 { font-size: 100%; font-weight: bold;}

#contents p,
#contents table,
#contents ul,
#contents hr {
    margin: 0 0 1.0em 0;
}

#contents ul {
    padding: 0px 0px 0px 18px;
}

#contents li, #sidebar-left li li {
    margin: 0.8em 0.4em 0px 0px;
    padding: 0;

    list-style-type: none;
    list-style-image: url(../images/arrow.png);
    text-align: left;
}

/* ========================================================================== */

#sidebar-left .selected, #sidebar-right h2 {
    font-weight: bold;
    color: #0c2450 !important;
    font-size: 100%;
}

#sidebar-left a, #sidebar-right, #sidebar-right a {
    text-decoration: none;
    color: #4b4b4b;
}

#sidebar-left a:hover, #sidebar-right a:hover {
    text-decoration: underline;
}

#sidebar-left ul {
    padding: 0px;
}

#sidebar-left li {
    margin: 0px 0px 8px 0px;
    list-style: none;
    list-style-image: none;
}

#sidebar-left li li {
    margin: 6px 0px 3px 18px;
}

#sidebar-right h3 {
    font-weight: normal;
    font-size: 100%;
    margin: 0px 0px 6px 0px;
}

/* ========================================================================== */

#breadcrumbs {
    margin: 0px;
    padding: 4px 30px 0px 0px;

    height: 12px;
    font-size: 10px;

    text-align: right;

    background-image: url(../images/bg-breadcrumbs.png);
}

#page {
	margin: 0px auto 4em auto;
    padding: 0px 0px 0px 0px;
	width: 960px;
	
	text-align: left;
    background-image: url(../images/bg-contents.png);

    min-height: 100%;
}

#contents {
    padding: 8px 10px 20px 12px;
    margin: 0px;
    clear: both;

    background-image: url(../images/bg-contents-begin.png);
    background-repeat: no-repeat;

    min-height: 300px;
}

#breadcrumbs a {
  color: #4f4f4f;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #0c2451;
  text-decoration: underline;
}

#ident {
	margin: 0px auto 0px auto;
	height: 114px;	
	display: block;
}

#menu {
	padding: 6px 0px 0px 12px;
    
    /* width: 960px;
	   height: 50px; */
    width: 948px;
    height: 44px;

	background-image: url(../images/bg-menu.png);
	
	text-align: left;
	font-size: 16px;
}

#menu a, #menu a:hover  {
	margin: 0px 0px 0px 0px;
    padding: 9px 20px 0px 20px;

    /* height: 34px; */
    height: 25px;

    border-right: 1px solid #cacdd1;

    float: left;
    display: block;

    font-size: 12px;
    font-weight: bold;

	text-decoration: none;
}

#menu a { color: #fff; }
#menu a:hover, #menu a.selected {	
    color: #0c2450;
    background-image: url(../images/bg-menu-hi.png);
}


#sidebar-left {
    padding: 10px;
    margin: 0px 0px 0px 4px;

    /* width: 190px; */
    width: 170px;

    float: left;
}

#main-contents {
    padding: 10px;
    margin: 0px 0px 0px 10px;
    
    float: left;
    /* width: 530px; */
    width: 510px;
}

#sidebar-right {
    padding: 10px;
    margin: 0px 4px 0px 0px;

    float: right;
    /* width: 190px; */
    width: 170px;
}

#footer {
	margin: 1.8em 0px 0px 0px;
	
	text-align: left;
	color: #989898;
	font-size: 10px;

    text-align: center;
    clear: both;
}

#footer a {
	color: #989898;
}

#footer-bg {
    clear: both;
    margin: 0 0 0 0;
    padding: 0;
    height: 22px;
    
    background-image: url(../images/bg-footer.png);
}

#social-buttons {
    style="margin: 4px 0px 0px 0px;"
}

#social-buttons a {
    text-decoration: none;
}

/* ========================================================================== */
/* 2:1 */
div.col_21_1 {
	margin: 0px 0px 12px 0px;
	
	width: 514px; /* 520 */
	float: left;
	
	clear: both;
}

div.col_21_2 {
	margin: 0px 0px 12px 0px;
	
	width: 254px; /* 260 */
	float: right;
}

/* 1:1 */
div.col_11_1 {
	margin: 0px 0px 12px 0px;
	
	width: 384px; /* 390 */
	float: left;
	
	clear: both;
}

div.col_11_2 {
	margin: 0px 0px 12px 0px;
	
	width: 384px; /* 390 */
	float: right;
}

/* 1 */
div.col_1_1 {	
	margin: 0px 0px 12px 0px;
	
	clear: both;
}

/* ========================================================================== */



p {
	margin: 0px 0px 16px 0px;
}

a, #prglist ul li a {	
	color: #0c234e;
  font-weight: normal;
	text-decoration: underline;
}

a:hover, #prglist ul li a {
	color: #404040;
	text-decoration: underline;
}

a:visited, #prglist ul li a  {
	color: #404040;
	text-decoration: underline;
}

table {
	margin: 0px 0px 8px 0px;
  padding: 0px;
	
	text-align: left;
}

td {
	/* Zellen abstand */
  margin: 0px;
	padding: 0px 6px 0px 0px;

	vertical-align: top;
}

tr {
  margin: 0px;
  padding: 0px;
}

img {
  margin: 4px 0px 4px 0px;
	border: 0px none #fff;
}







