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

a{outline:none;}

.full-column {
	width: 480px;
	clear: both;
	margin-left: 10px;
}

/* Offers-Box */

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

.full-column .offers-box .header {
	background-image:url(../../adac/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: #000;
	margin-left: 10px;
	margin-top: 2px;
}

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

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

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

.full-column .offers-box .button {
	width: 158px;
	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(../../adac/image/cms/content-box_bg.gif);
	background-repeat:repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 480px;
}

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

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

.full-column .content-box p {
	/*text-align: justify;*/
	margin: 10px !important;
	overflow: hidden;
	width: 458px;
}

.full-column .content-box form {
	display: block !important;
	overflow: hidden;
}

.full-column .content-box form input {
	float: right;
	background:transparent url(../../adac/image/cms/button_bg.gif) repeat-x;
	border:1px solid #ccc;
	color:#000;
	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: #000;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

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

/* Help-Box */

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

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

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

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

.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(../../adac/image/cms/content-box_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	font-size: 1px;
	width: 480px;
}

.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;
	background-image: none;
}

/* TagCloud-Box */

.content .tagcloud-box{
	background-position: 0px 0px !important;
	height: auto !important;
	max-height:450px;
	text-align:left;
	overflow:hidden;
	float: left;
	background-color:#FFF5C8;
	border:1px solid #D58524;
	width: 322px !important;
	margin-left: 10px;
	margin-top: 10px !important;
} 

.tagcloud-box .header {
	background-color: #fbe2ac;
	font-size: 12px;
	font-weight: bold;
	margin-left: -5px;
}

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

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

.content .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 !important; font-weight:normal !important;}
.tagcloud-box a.s2{font-size:12px !important; font-weight:bold !important;}
.tagcloud-box a.s3{font-size:16px !important; font-weight:normal !important;}
.tagcloud-box a.s4{font-size:16px !important; font-weight:bold !important;}
/* 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 !important;}
.tagcloud-box a.down{top:3px !important;}

.content .newsletter p {
	display: block !important;
}

.content .left p.headline, .content .link1 p.headline, .content .link2 p.headline, .content .newsletter p.headline {
background-color:#FFF8D8;
background-image:url(none);
background-position:140px 6px;
background-repeat:no-repeat;
border-color:#FFD102 #FFD102 #FFCC00;
border-style:none none solid;
border-width:2px;
color:#000000;
font-size:12px;
font-weight:bold;
height:15px;
line-height:15px;
margin:0 0 2px;
padding:4px 6px 3px;
}

.content .link1 p.headline {
	background-image:url(http://www.adacreisen.de/portal/adac/style/image/cms/teaser_icon_adac.png);
	background-position:140px 6px;
	background-repeat:no-repeat;
	margin-bottom:5px;
}

.content .newsletter p.headline {
	background-image:url(http://www.adacreisen.de/portal/adac/style/image/cms/teaser_icon_newsletter.png);
	background-position:140px 6px;
	background-repeat:no-repeat;
	margin-bottom:5px;
}