
/*---------------------------------------------------------------------------------------------- Allgemeines */

* {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none; 
}

body {
	margin:0px;
	background: #FFFFFF URL(images/site-background.jpg) top center repeat-x;
}
	
table {
	margin:0px;
	padding:0px;
	empty-cells:show;
}

tr {	
	padding:0px;
}

th {	
	padding:0px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	color:#0671a2;
}

td {	
	padding:0px;
	vertical-align:top;
	font-size:12px;
	color:#333;
}

img {
	border:0px;
}

hr {
 border:0px;
 border-top: solid 1px #CCCCCC;
 border-bottom: solid 1px #FFFFFF;
}

a:active, a:focus {
 outline: none;
}

/*---------------------------------------------------------------------------------------------- Seite */

.site {
	width:964px;
	height:auto;
	margin:0px auto;
}

/*---------------------------------------------------------------------------------------------- Header */

.header {
	width:100%;
	height:101px;
	
}

.language {
	width:61px;
	height:30px;
	padding:2px 2px;
	background:URL(images/language-background-select.png);
	float:left;
}

.language div {
	margin:0px 5px; /* bei 3 Sprachen 5px / bei zwei Sprachen 14px */
	float:left;
}

.language img {
	width:26px;
	height:26px;
}

.language a {
	display:block;
	width:61px;
	padding:0px 0px 0px 6px;
}

.tooltip {
	display:none;
	background:URL(images/language-background-select-long.png) bottom no-repeat;
	height:130px;
	padding:0px 0px;
	width:65px;
	font-size:11px;
	color:#fff;
}

.tooltip img {
	width:26px;
	height:26px;
	margin:3px 0px 2px 8px;
}

.logo {
	width:222px;
	height:53px;
	float:right;
	margin:30px 27px 0px 0px;
}

.welcome {
	float:left;
	width:330px;
	height:70px;
	margin:20px 0px 0px 20px;
}

.welcome img {
	/*width:300px;*/
	height:70px;
}

/*---------------------------------------------------------------------------------------------- Navigation */

.navigation {
	width:100%;
	height:79px;
	background:URL(images/navigation-background.png) no-repeat;
}

.navigation ul {
	width:100%;
	height:48px;
	margin:1px 0px 0px;
	padding:0px;
	list-style-type:none;
}

.navigation li {
	margin:0px auto;
	padding:0px;
	float:left;
 height:52px;
}

.navigation a:hover, .aktiv {
	display:block;
	padding:0px;
	background:URL(images/navigation-hover.png) no-repeat center;
	height:52px;
}

.navigation img {
	height:52px;
}

/*---------------------------------------------------------------------------------------------- Content */

.content {
	width:100%;
	height:auto;
	clear:both;
}

.content-3-cols {
	width:960px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:1px 2px 3px 2px;
}

.content-2-cols {
	width:630px;
	float:left;
	margin:0px 26px 0px 0px;
	padding:1px 2px 3px 2px;
}

.content-1-col {
	width:300px;
	float:left;
	margin:0px 26px 0px 0px;
	padding:1px 2px 3px 2px;
}

.col-right {
	margin-right:0px !important;
}

/*---------------------------------------------------------------------------------------------- Home */

.home-right-box {
	width:304px;
	height:394px;
	padding:0px;
	background:URL(images/home-background-right-1er.jpg);
}

.home-right-box h2 {
	margin:5px 0px 0px;
	padding:0px;
}

.home-right-box p {
 margin:0px 8px 8px 10px;
 padding:0px 0px 0px;
 color:#333;
 font-size:12px;
 line-height:18px;
 text-align:left;
}

.home-right-box p i {
	font-size:10px;
}

.home-box-icon {
	width:105px;
	height:105px;
	margin:4px 10px 5px 4px;
	float:left;
}

.home-bottom-box {
	margin-top:26px;
	width:304px;
	padding:0px;
	background:URL(images/home-background-right.jpg) no-repeat;
}

.home-bottom-box h2 {
	width:170px;
	float:right;
	margin:5px 10px 0px 0px;
	padding:0px;
}

.home-bottom-box p {
	width:170px;
	float:right;
	margin:0px 10px 0px 0px;
	padding:0px;
}

.zitatbox-index {
	line-height:140%;}


/*---------------------------------------------------------------------------------------------- Texte */

h1 {
	font-size:24px;
	color:#0671a2;
	font-weight:normal;
}

h2 {
	font-size:18px;
	color:#0671a2;
	font-weight:normal;
}

h3 {
	font-size:14px;
	color:#0671a2;
	font-weight:normal;
}

h4 {
	font-size:12px;
	color:#0671a2;
	font-weight:normal;
}

p {
	font-size:12px;
	line-height:18px;
	color:#333;
	text-align:justify;
	text-indent:0px;
}

p a {
	color:#0772a3;
	padding-left:15px;
	background:URL(images/pfeil-link.gif) no-repeat;
}

ul.aufzaehlung {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul.aufzaehlung li {
	background:URL(images/pfeil-aufzaehlung.gif) no-repeat 0px 2px;
	margin:0px;
	padding:0px 0px 7px 17px;
	font-size:12px;
	line-height:18px;
	color:#333;
}

ul.aufzaehlung li a{
	color:#333;
	text-decoration:underline;
}

ol.aufzaehlung-ol {
	margin:0px 0px 0px 20px;
	padding:0px;
}

ol.aufzaehlung-ol li {
	margin:0px;
	padding:0px 0px 7px 0px;
	font-size:12px;
	line-height:18px;
	color:#333;
}

/*---------------------------------------------------------------------------------------------- Footer */

.break {
	clear:both;
}

.footer {
	clear:both;
	margin:30px 0px;
}

.footer p {
	float:right;
	margin:0px 20px 0px 0px;
}

/*---------------------------------------------------------------------------------------------- Tabs */
ul.tabs { 
	list-style:none; 
	margin:0px 0px 0px 5px !important;
	padding:0;	
	//border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(images/tabs-blue.png) no-repeat -420px 0;
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:4px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#016fa0;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#016fa0 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 1b */
ul.tabs a.m 			{ background-position: -421px 0; width:133px; }
ul.tabs a.m:hover 	{ background-position: -421px -31px; }
ul.tabs a.m.current  { background-position: -421px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;
}

/* tab pane styling */
.panes div {
	display:none;
	padding:10px 12px;
	margin-bottom:30px;
	height:300px;
	font-size:12px;
	color:#333;
	background:#fff URL(images/tabs-content-background.png) no-repeat;
	
}

.panes .content-1-col {
	width:290px;
	margin-right:30px;
	padding:0px;
}

.panes .content-2-cols {
	width:620px;
	margin-right:30px;
}

.panes .content-3-cols {
	width:940px;
	margin:0px;
}

.panes .col-right {
	margin:0px;
}

/*---------------------------------------------------------------------------------------------- XX */

.break {
	clear:both;
	visibility:hidden;
}

/*---------------------------------------------------------------------------------------------- Tabellen */

.tabelle-standard {
	width:100%;
	border-collapse:collapse;
	-moz-border-radius:5px; 
	-khtml-border-radius:5px;
	margin-bottom:10px;
}

.tabelle-standard thead th {
	padding:4px 3px;
	border-bottom:solid 2px #0671a2;
	color:#0671a2;
}

.tabelle-standard tbody th {
	font-weight:normal;
	padding:4px 3px;
	border-bottom:solid 1px #bfdbe7;
}

.tabelle-standard tbody td {
	padding:4px 3px;
	border-bottom:solid 1px #bfdbe7;
	color:#333;
}

.box-runde-ecken {
	background:#e1e6eb;
	padding:0px 10px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

.box-download-code textarea{
	width:200px;
	height:50px;
	border:1px solid #999;
	font-size:11px;
	line-height:12px;
	font-family:Courier New;
	float:left;
	margin:0px 3px 0px 0px;
}

.box-download-code input{
	
	height:52px;
}




/*---------------------------------------------------------------------------------------------- Overlay */

#triggers a{
	cursor:pointer;
}

.apple_overlay ul{
	
}
.apple_overlay li{
	margin-top:5px;
	margin-bottom:3px;
}

	/* the overlayed element */
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(templates/images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(images/overlay/close.png);
	position:absolute; right:25px; top:25px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	
	/* black version of the overlay. simply uses a different background image */
	div.apple_overlay.black {
		background-image:url(images/overlay/transparent.png);		
		color:#fff;
	}
	
	div.apple_overlay h2 {
		margin:10px 0 -9px 0;
		font-weight:bold;
		font-size:14px;
	}
	
	div.black h2 {
		color:#fff;
	}
	
	#triggers {
		margin-top:10px;
		text-align:center;
	}
	
	#triggers img {
		background-color:#fff;
		padding:2px;
		border:1px solid #ccc;
		margin:2px 5px;
		cursor:pointer;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

