﻿/*---reset---*/
    
* {
    border:0 none;
    margin:0;
    padding:0;
}

html {
	height: 100%;
}

body {
	color: white;
	min-width: 960px;/* verhindert Umbruch und Anzeigefehler in modernen Browsern */
	min-height: 100%;
	height: 100% !important;
	text-align: center;
	baccolorkground-: white;
}

* html #page_content {
    display: block;
  /*  Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}


/*---grundeinstellungen---*/


body {
	line-height: 16px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;


}


h1, h2, h3, h4, h5, h6 {
	font-size: 17px;
	color: #808080;
}

a {
	color: #575757;
	text-decoration:none;
	outline: none;
	-moz-outline-style: none;
}

a:hover {
	text-decoration:underline;
	color: #333399;
}




a:active {
	text-decoration:underline;

}



p {
	text-align:justify;
	margin-bottom:10px;
	margin-top:10px;
}


img {
	border:0px;
	outline: none;
	-moz-outline-style: none;
}

/*---positionen---*/

#bg {
	width: 100%;
	min-height: 100%;
	height: 100% !important;
}

#wrap {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#container {
	margin-top: 10px;
	position: relative;
	padding: 10px;
	background-color: white;
	width: 940px;
	margin-left:auto;
	margin-right:auto;

   /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: #000 0px 2px 10px;
	-moz-box-shadow: #000 0px 2px 10px;
	box-shadow: #000 0px 2px 10px;*/
}

#top {
	height: 22px;
	margin-left: -8px;
	margin-top: 5px;
	/*background-color: yellow;*/
}


#header {

	margin-top: -50px;
	width: 920px;
	height: 154px;
	/*background-color: yellow;*/
}


#inhalt {
	margin-top: 40px;
	/*background-color: yellow;*/
}





#page_content {
	margin-top: 20px;
	padding: 20px;
	padding-right: 40px;
	width: 960px;
	float: center;
	/*background-color: #cccccc;*/
	min-height: 300px;
	color: #333333;
}

#footer {
	font-size: 10px;
	text-align: center;
	height: 22px;
	color: #000000;
	clear: both;
}

div.breadcrumbs {
}

#top div {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	clear: both;
}


/* ++++++++++++++  search  ++++++++++++++ */

#suche {
	margin-top: 10px;
	margin-right: 40px;
	padding-top: 0px;
	min-height: 50px;
	text-align: right;
}


#suche .inputbox
{
	background:url(../images/header-bg.gif) repeat-x;
	border:solid 1px #ccc;
/*	border-bottom:0;
	border-right:0;*/
	padding:5px
}


#suche form .button
{
	border:solid 0px #ddd;
	background:#ccc url(../images/button.png);
	color:#333;
	padding:4px !important
}



/* ++++++++++++++  search END  ++++++++++++++ */




/*---module---*/

/* Basic CSS layout 


.small,.author {
	color: #404040;
	font-size:small;
}

*/


/* Detailed CSS Layout 


#page_content a.readon {
	color: #235373;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
	text-align:right;
	float:right;
}

#page_content .createdate,.createddate,.modifydate {
	color:#D2D2D2;
	font-size:x-small;
}

#page_content .contentheading {
	color: #235373;
	font-weight:bold;
	font-size:large;
}

#page_content .componentheading {
	color: #235373;
	font-weight:bold;
	font-size:x-large;
}

#right_col .moduletable {
	margin-bottom:10px;
	margin-top:10px;
}

#right_col h3,#user1 h3,#user2 h3,#user3 h3 {
	color: #235373;
	font-weight:bold;
	font-size:12pt;
	margin-bottom:5px;
}

#right_col h4,#user1 h4,#user2 h4,#user3 h4 {
	color:103D3F;
	font-weight:bold;
	font-size:10pt;
}

.pagenav,.pagenavcounter,.pagenavbar,.pagenav_next,.pagenev_counter,.pagenav_prev {
	float:right;
	font-size:small;
}

.button {
	color:#FFFFFF;
	background-color: #235373;
}

div.search input {
	margin-left:25px;
}

.modlgn_remember,.modlgn_passwd {
	float:right;
	text-align:right;
}


.item, .item-page {
	padding-top: 8px;
	border-top-color: #235373;
	border-top-width: 1px;
	border-top-style: dashed;
}

label {
	border-width: 200px;
}

#item-101 {
	border-left-width: 0px;
	border-left-style: none;
}

.item img {
	position: relative;
	margin-right: 10px;
	float: left;
	border-width: 0px;
}

.item-separator {
    clear: both;
    height: 12px;
}

.blog ul li {
	list-style-type: none;
}

.item h2,.items-leading h2 {
	margin-bottom: 5px;
}

.bannergroup {
	background-image: url(../images/menubg.png);
	width: 960px;
}

.banneritem {
	margin-bottom: -3px;
	margin-left: 26px;
	background-color: #404040;
	width: 910px;
}*/



/*---columns---*/

.cols-3 div.item.column-1, 
.cols-3 div.item.column-2, 
.cols-3 div.item.column-3 {
	float:left;
    padding-right:2%;
    width:31%;
}

.cols-2 div.item.column-1, 
.cols-2 div.item.column-2 {
    float:left;
    padding-right:2%;
    width:48%;
}

.pagination li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
.result-title {
	margin-top: 10px;
}
