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

a{outline:none;}

.full-column {
	width: 490px;
	clear: both;
}

/* Offers-Box */

.full-column .offers-box {
	background-image:url(../image/cms/content-box_bg.gif);
	background-repeat:repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 490px;
}

.full-column .offers-box .header {
	background-image:url(../image/cms/box_header_top.jpg);
	background-repeat:no-repeat;
	height: 22px;
	overflow: hidden;
}

.full-column .offers-box .header p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
	margin-top: 2px;
}

.full-column .offers-box p {
	text-align: justify;
	margin: 10px;
}

.full-column .offers-box .bottom {
	background-image:url(../image/cms/content-box_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 490px;
	font-size: 1px;
}

.full-column .offers-box .buttons {
	overflow: hidden;
	margin-top: 5px;
}

.full-column .offers-box .button {
	width: 160px;
	float: left;
	text-align: center;
}

.full-column .offers-box .button img {
	margin: auto;
	border: none;
}

.full-column .offers-box .divider {
	border-right: 1px dotted #ccc;
}

.full-column .offers-box .divider img {
	margin: auto;
	border: none;
}

.full-column .offers-box .button a {
	font-size: 11px;
	font-style:italic;
	text-align:center;
	color: #1D57A0;
}

/* Content-Box */

.full-column .content-box {
	background-image:url(../image/cms/content-box_bg.gif);
	background-repeat:repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 490px;
}

.full-column .content-box .header {
	background-image:url(../image/cms/box_header_top.jpg);
	background-repeat: no-repeat;
	height: 22px;
	overflow:hidden;
	width: 490px;
}

.full-column .content-box .header h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
	margin-top: 2px;
}

.full-column .content-box p {
	margin: 10px;
	overflow: hidden;
	width:468px;
}
.full-column .content-box form {
	display: block !important;
	overflow: hidden;
	
}
.full-column .content-box form input {
	float: right;
	background:transparent url(../image/cms/button_bg.gif) repeat-x scroll 0;
	border:1px solid #ccc;
	color:#fff;
	font-size:13px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}

.full-column .content-box p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 2px;
	border: 1px solid #ccc;
}

.full-column .content-box .subline {
	color: #1e58a1;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

.full-column .content-box .bottom {
	background-image:url(../image/cms/content-box_bottom.gif);
	height: 5px;
	width: 490px;
	font-size: 1px;
	background-repeat: no-repeat;
}

/* Help-Box */

.full-column .help-box {
	background-image:url(../image/cms/content-box_bg.gif);
	background-repeat:repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 490px;
}

.full-column .help-box .header {
	background-image:url(../image/cms/box_header_info_top.jpg);
	height: 22px;
	overflow: hidden;
}

.full-column .help-box .header p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-left: 35px;
	margin-top: 2px;
}

.full-column .help-box p {
	text-align: justify;
	margin: 10px;
}
.full-column .help-box .subline {
	color: #1e58a1;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

.full-column .help-box a {
	color: #1e58a1;
	text-decoration:underline;
	font-size: 11px;
	font-style:italic:
	font-weight: bold;
}

.full-column .help-box .bottom {
	background-image:url(../image/cms/content-box_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 490px;
	font-size: 1px;
}

.full-column .help-box ul {
	list-style: none;
	padding: 0px;
	margin: 10px;
}

.full-column .help-box ul li {
	margin-bottom: 5px;
	font-style: italic;
	color: #1e58a1;
}

/* TagCloud-Box */

.content .right .tagcloud-box{
	background-position: 0px 0px !important;
	height: auto !important;
	max-height:450px;
	text-align:left;
	overflow:hidden;
}

.content .right .tagcloud-box .inner{
	margin:9px -3px;
	text-align:center;
}

.content .right .tagcloud-box .bottom{
	background-position: bottom left !important;
	clear:both;
	margin:0px;
	height:6px;
}

.content .right .tagcloud-box a{
	display:inline-block;
	text-decoration:none;
	margin:3px 10px;
	position:relative;
}

/* Tag size increases from s1 = smallest to s4 = largest */
.tagcloud-box a.s1{font-size:12px; font-weight:normal;}
.tagcloud-box a.s2{font-size:12px; font-weight:bold;}
.tagcloud-box a.s3{font-size:16px; font-weight:normal;}
.tagcloud-box a.s4{font-size:16px; font-weight:bold;}
/* Tags are position either up or down to simulate randomnly placed links in contrast to in line positioned links */
.tagcloud-box a.up{bottom:4px;}
.tagcloud-box a.down{top:3px;}

.content p.headline {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:20px;
margin:0 0 5px;
padding:2px 5px 0;
}

.content .left .navileft p.headline {
background-color:#1E58A1;
background-image:url(http://www.der.de/portal/der/image/cms/derde_navileft_h1.png);
background-repeat:no-repeat;
color:#F7F9FB;
font-size:12px;
font-weight:bold;
height:21px;
margin:0;
overflow:hidden;
padding:4px 0 0 10px;
width:152px;
}

.content .mein p.headline, .content .reisebuerosuche p.headline, .content .besuchte p.headline, .content .contact p.headline, .content .newsletter p.headline {
background-image:url(http://www.der.de/portal/der/image/cms/teaser_h1se.png);
background-repeat:repeat-y;
color:#1D57A0;
height:18px;
margin:0;
padding:3px 8px 0;
}

.content .contact p.headline {
background-position:0 147px;
background-repeat:repeat-y;
}

.content .besuchte p.headline {
background-position:0 168px;
background-repeat:repeat-y;
}

.content .right .suche p.headline {
background-color:#FFFFFF;
background-image:url(http://www.der.de/portal/der/image/cms/express_bg_head.png);
color:#1D57A0;
padding-left:10px;
}
