/*
 * IBS Business Services AG
 *
 * FARBEN
 * pink: #FF3399
 *
 *
 *
 */
 
html, body {
	height:100%;
}
body {
	padding:0;
	margin:0;
	text-align:center;
	background-image:url(elemente/hintergrund.jpg);
	background-repeat:repeat-x;
}

div, p, a, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:left;
}
a:link, a:visited, a:hover, a:active {
	color:#f39;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF3399;
	font-size:12px;
	font-weight:bold;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}
h5 {
	padding:0;
	margin:0;
	font-size:12px;
	color:#333;
}
hr {
	color:#999;
	background-color:#999;
	height:1px;
	border:none;
}
#Box2 img {
	border:1px solid #ccc;
}
/*
.csc-textpic-caption {
	padding:4px;
	background-color:#f2f2f2;
}
*/
.csc-textpic {
	padding-top:6px;
}
#Box2 div.csc-textpic {
/*	padding-top:20px;	*/
}
#Box2 dl.csc-textpic-image {
	margin:4px 6px 4px 0px;
	padding:0;
}
.clear-both {
	clear:both;
}
p.bodytext {
	text-align:inherit;
}

/*--------------------- AUFBAU ---------------------*/
#Rahmen {
	width:828px;
	margin: 0 auto;
	background-image:url(elemente/bodyHG.gif);
	background-repeat:repeat-y;
	min-height:100%;
}
* html #Rahmen {
	height:100%;
}
#Content {
	padding-right: 12px;
	padding-left: 12px;
}
#Top {
	height:80px;
/*	background-image:url(elemente/Logo.gif);
	background-repeat:no-repeat;	*/
}
#Navigation {
	height:56px;
	clear:both;
	background-image:url(elemente/NavigationHG_V2.gif);
	background-repeat:no-repeat;
}
#Bild {
	height:160px;
}
#Inhalt, #InhaltStart {
	padding-bottom: 20px;
}
#InhaltStart {
	background-image:url(elemente/InhaltStartHG.gif);
	background-repeat:repeat-y;
}
#Footer {
	clear:both;
	margin-top:20px;
	border-top:1px solid #999;
	padding-top: 10px;
	text-align:center;
}
#vma {
	height:20px;
	color:#666;
	font-size:9px;
	text-align:right;
}
#vma a {
	font-size: 9px;
	color:#666;
	text-decoration:none;
	padding:2px;
}
#vma a:hover {
	background-color:#eee;
}

/*--------------------- TOP ---------------------*/
#Sprachen {
	float:right;
	padding-top:20px;
}
#Sprachen a {
	padding-right: 4px;
	padding-left: 4px;
	color:#333;
}
#Sprachen a:hover {
	color:#f39;
}
#Sprachen a.Maktiv {
	color:#FF3399;
	background-color:#f9e5ef;
}

/*--------------------- NAVIGATION ---------------------*/

/* common styling */
/*.hmenu {font-family: arial, sans-serif; width:750px; position:relative; margin:0; font-size:11px; margin:2px 0 100px 0; z-index:100;}	*/
ul#SMenu, ul#SMenu ul {padding:0; margin:0; list-style-type: none;}
ul#SMenu li, ul#SMenu li.over { float:left; position:relative;}
ul#SMenu li a, ul#SMenu li a:visited {display:block; text-decoration:none; color:#333;  padding: 16px 12px 15px 12px; font-size:12px; font-weight:bold;}

ul#SMenu ul {display:none; border: 1px solid #ffb4d8; position:absolute; top:36px; background-color:#fff;}

/* specific to non IE browsers */
ul#SMenu li:hover a, ul#SMenu li.over a, ul#SMenu li.over a:hover {color:#f39;}
ul#SMenu li:hover ul, ul#SMenu li.over ul {display:block;}
ul#SMenu li:hover ul li, ul#SMenu li.over ul li, ul#SMenu ul li {width:160px; clear:both;}
ul#SMenu li:hover ul li a.e2, ul#SMenu li.over ul li a.e2 {display:block; margin:0; padding-top: 4px; padding-bottom: 4px; padding-left:4px; background-color:#fff; color:#333; /*white-space:nowrap;*/ font-weight:normal;}
ul#SMenu li:hover ul li a.e2:hover, ul#SMenu li.over ul li a.e2:hover {background-color:#f9e5ef; color:#333;}

/*--------------------- NAVIGATION 2 ---------------------*/
ul#Menu2 {
	width:100%;
	padding:0;
	margin:0;
	list-style-type: none;
	border-top: 1px solid #ffb4d8;
	border-bottom:1px solid #ffb4d8;
}
ul#Menu2 li a {
	display:block;
	color:#333;
	background-color:#fff;
	padding: 4px;
}
ul#Menu2 li a:hover, ul#Menu2 li a.menu2-aktiv {
	color:#f39;
	text-decoration:none;
	background-color:#f9e5ef;
}

/*--------------------- INHALT ---------------------*/

#Box1 {
	width:180px;
	padding-top:20px;
	float:left;
}
#Box2 {
	width:580px;
	padding-top:20px;
	float:right;
}
#BoxS1 {
	width:370px;
	float:left;
}
#BoxS2 {
	width:184px;
	margin-left:30px;
	float:left;
}
#BoxS3 {
	width:184px;
	float:right;
}
/*--------------------- INFOBOX ---------------------*/
.Infobox {
	width:184px;
	background-image:url(elemente/InfoboxHG.gif);
	background-repeat:repeat-y;
}
.InfoboxTop {
	background-image:url(elemente/InfoboxTop.gif);
	background-repeat:no-repeat;
	height:6px;
}
.InfoboxBottom {
	background-image:url(elemente/InfoboxBottom.gif);
	background-repeat:no-repeat;
	height:16px;
	background-color:#fff;
}
.InfoboxInhalt {
	padding:8px;
}
.wusstensie {
	margin-top:18px;
	padding-bottom:12px;
	border-bottom:1px solid #999;
}
.flagge {
	float:left;
	padding-right:8px; 
	padding-bottom:8px;
}
/*--------------------- DIVERS ---------------------*/
.liniegrau {
	background-image: url(elemente/linie_grau.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.align-left {
	width:100%;
	text-align:left;
}
.align-right {
	width:100%;
	text-align:right;
}
.align-center {
	width:100%;
	text-align:center;
}
.Rahmen1 {
	border:1px solid #999;
	background-color: #f6f6f6;
	padding:10px;
}
.Rahmen2 {
	border:1px solid #999;
	background-color: #f6f6f6;
	padding:10px;
	float:left;
	width: 20%;
	margin-left:4px;
	margin-bottom:12px;
}
.Rahmen2 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.Rahmen2 li {
	padding-top:4px;
	padding-bottom:4px;
	white-space:normal;
}
