﻿@charset "utf-8";
/* CSS Document */

/***************************/
/* Sehnsuchtreisen			   */
/* agindo 05.12.13. 	     */
/***************************/

/***************************/
/* tags                    */
/***************************/
*{
	margin:0;
	padding:0;
}

body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#262626;
	font-size:13px;
	line-height:1.846em;
	background:#8cacd8;
	height:100%
}
img{
	border:none;
}
html{	
	height:100%;
}
/***************************/
/* typo                    */
/***************************/
h1 {
	margin:0 0 1em 0;
	line-height:normal;
}
h2,
h3,
h4 {
	margin:1em 0;
}
p {
	font-size: 1em;
	line-height:1.846em;
	margin: 0 0 1em;
}
a {
	color:#f37021;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	margin:22px;
}
ol {
	margin:22px 22px 22px 28px;
}
/***************************/
/* HauptIDs                */
/***************************/
#SSRSite {
	margin:0 auto;
	width:980px;
	height:100%;
}
#SSRHeader {
	position:relative;
	height:176px;
}
#SSRMainMenu {
	background:url(/img/bg_mainmenu_left.png) no-repeat left 0; 
	position:absolute;
	bottom:0;
	height:36px;
	padding:0 0 0 4px
}
#SSRContent {
	margin:114px 0 0 0;
	position:relative;
}
#SSRContent.heightFix {
	height:100%;
}
#SSRContent > iframe {
	border:none;
	height: 100%;
	display: block;
	/* width:800px; */
}
#SSRSubMenu {
	height:120px;
}
/***************************/
/* Header                  */
/***************************/
.logo {
	position:absolute;
	top:44px;
	left:-24px;
}
/***************************/
/* Main Menu               */
/***************************/
#SSRMainMenu ul {
	float:left;
	margin:0;
}
#SSRMainMenu ul li {
	float:left;
	background:#FFFFFF;
	list-style-type:none;
	font-size:1.143em;
	line-height:36px;
	padding:0 8px;
}
#SSRMainMenu ul li a {
	display:block;
	color:#0d537d;
}
#SSRMainMenu ul li.current a {
	color:#F37021;
}
#SSRSubMenu ul li.current a {
	font-weight:bold;
}
.SSRMainMenu_right {
	float:left;
	display:block;
	background:url(/img/bg_mainmenu_right.png) no-repeat right 0; 
	padding:0px;
	height:36px;
	width:4px;
}
/***************************/
/* SubMenu                 */
/***************************/
#SSRSubMenu ul {
	float:left;
	margin:20px 0 0 0;
}
#SSRSubMenu ul li {
	float:left;
	list-style-type:none;
	font-size:1.143em;
	line-height:18px;
	border:0 solid #262626;
	border-width:0 0 0 1px;
	padding:0 10px;
}
#SSRSubMenu ul li:first-child {
	border:none;
	padding:0 10px 0 0;
}
#SSRSubMenu ul li a {
	color:#262626;
}
/***************************/
/* Boxen styling           */
/***************************/
.box {
	width:842px;
}
.box_tp,
.box_bt {
	width:842px;
	height:8px;
}
.box_tp{
	background:url(/img/bg_box_tp.png) no-repeat 0 0;
}
.box_bt{
	background:url(/img/bg_box_bt.png) no-repeat 0 0;
}
.box_md{
	background:url(/img/bg_box_md.png) repeat 0 0;
	padding:28px 36px;
}
/***************************/
/* Allg. Klassen           */
/***************************/
div.clearfloat{
	clear:both;
	height:0;
	font-size:1%;
	line-height:0;
}
.center {
	text-align:center;
}
