/*<group=General Styles>*/

body {
	text-align: center;
	font-size: 0.70em;
	line-height: 0,9em;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	color: #666666;
	margin: 31px;
	background: #eeeeee;
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

a:hover, a:active {
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	background: repeat-y  url(images/container_bg.png); /* This Is The BG Color Of The Main Div */	width: 684px;	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	text-shadow: 0px 1px 0px #eeeeee;
	line-height: 1.0em;
}

#container #top {
	background: url(images/container_top.png) no-repeat;
	width: 684px;
	height: 9px;
}

#container #bottom {
	background: url(images/container_bottom.png) no-repeat;
	width: 684px;
	height: 9px;
	position: absolute;
}

#pageHeader {
	background: url(images/header_bg.png) repeat-x;
	height: 80px;
	text-align: center;
}

#pageHeader img {
}

#pageHeader h1 {
	color: #333333;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-size: 1.8em;
}

#pageHeader h2 {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-size: 1.3em;
}

#contentContainer {
	text-align: left;
	width: 600px;
	padding-top: 23px;
	margin: 23px;
}

#contentContainer #content {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1,2em;
}

#contentContainer #h1 {
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 0.5em;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	color: #ce0202;

}

#contentContainer #h2 {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	color: #000000;

}

#contentContainer #h3 {
	text-align: left;
	font-size: 1.1em;
	margin-top: 3px;
	border-bottom: 1px solid #adadad;
	margin-right: 23px;
	margin-left: 1px;
	line-height: 1.4em;
}

#contentContainer #angebot {
	text-align: left;
	font-size: 1.1em;
	color: #333333;
	line-height: 1.1em;
	margin-top: 3px;
	margin-right: 23px;
	margin-left: 1px;

}

#angebotbold {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #ce0202;
	margin-right: 23px;
	margin-left: 1px;

}


#footer {
	text-align: right;
	font-size: 0.7em;
	margin-top: 15px;
	border-top: 1px solid #adadad;
	margin-right: 23px;
	margin-left: 23px;
}

#footer p {
	margin: 0;
	padding: 10px 0px 10px 24px;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	font-size: 0.9em;
	padding-top: 10px;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 1.2em;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
	height: 23px;
	padding: 0;
	margin: 0px 4px 10px 4px;
	background: url(images/navcontainer_bg.png) repeat-x;
	position: relative;
}

#navcontainer #current {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	font-family: Helvetica, Arial, Tahoma, Verdana;
	width: 130px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

#navcontainer a:hover {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 30px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
}

#navcontainer ul ul a:hover {
	background: none;
}

#navcontainer ul ul #current {
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

/*</group>*/


/*<group=File Sharing>*/

.filesharing-description {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	margin-bottom: 10px;
}

.filesharing-item {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	border: 1px solid #bbbbbb;
	padding: 10px;
	margin-bottom: 10px;
}

.filesharing-item-title  {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333333;
	padding: 0px;
	margin-bottom: 0px;
	border-bottom-style: none;
	padding: 0px 0px 5px 0px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 1.1em;
	padding-left: 0px;
	color: #000000;
	line-height: 1.2em;
	padding: 0px 0px 2px 0px;
}

.filesharing-item-design {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 0,5em;
	padding-left: 0px;
	color: #000000;
	line-height: 1em;
	padding: 0px 0px 2px 0px;
}




.filesharing-item-daten {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 1.1em;
	padding-left: 0px;
	color: #000000;
	line-height: 1.2em;
	padding: 0px 0px 2px 0px;
}

.filesharing-item-block {
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 0.9em;
	padding-left: 3px;
	color: #111111;
	letter-spacing: 0px;
	text-align: left;
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.3em;
}
/*</group>*/


