/*   
Theme Name: inberlin
Theme URI: http://www.inberlinreisen.de
Description: Ein Theme f&uuml;r http://www.inberlinreisen.de
Author: Bine Meissner
Author URI: www.mediafiction.de
Version: 0.1
.
General comments/License Statement if any.
.
*/
body  {
	background: #efefef url(images/assets/silver_background.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a#article2pdf{
	background: url("images/assets/document.png") center left no-repeat;
	padding-left: 19px;
	margin-left: 10px;
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}

a:hover#article2pdf{
	text-decoration:underline;
}

.twocol_layout #container { 
	width: 600px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twocol_layout #header { 
	
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twocol_layout #sprachwahl { 
	float:right;
	padding: 65px 10px 0 0;
}
.twocol_layout #mainContainer {
	background: #FFFFFF;
} 
.twocol_layout #mainContent_wide {
	width: 570px;
	padding: 10px 0 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #FFFFFF;
	margin: 0 0 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

.twocol_layout #mainContent {
	width: 360px;
	padding: 10px 0 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
background: #FFFFFF;
  margin: 0 0 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twocol_layout #sidebar0 {
	float: right;
	width: 200px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 10px 10px 0;
	padding: 0; /* top and bottom padding create visual space within this div  */
	font-size:10px;
}

.twocol_layout #sidebar1 {
	float: right;
	margin: 10px 0 0 0;
	font-size:10px;
	background: #f8f8f8;
	border:solid 1px #ededed;
	width:180px;
	padding:0 10px;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twocol_layout #sidebar1 p" rule.
*/

.twocol_layout #footer {
	background: url(images/assets/footerback.gif); 
	height: 82px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 20px 0;
} 



.twocol_layout #mainContent p {
	margin: 10px 0 15px 0;
	}
	.twocol_layout #mainContent h6 {
	border-bottom:solid 1px;
	border-bottom-color:#e4e4e4;
}
.twocol_layout #mainContent h1 {

	margin: 0 0 0 0;
	font-size:16px;
	text-align:center;
	line-height:20px;
	color: #527AB6;
}


.twocol_layout #mainContent h2 {
	font-size:14px;
	color: #527AB6;
	padding: 12px 0 0 0;
	text-align:center;

}
.twocol_layout #mainContent h3 {
	font-size:12px;
	color: #527AB6;
	padding: 12px 0 0 0;

}
.twocol_layout #mainContent a{
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
}
.twocol_layout #mainContent a:hover {
	text-decoration:underline;
}

.twocol_layout #mainContent_wide p {
	margin: 10px 15px 0;
	}
	.twocol_layout #mainContent_wide h6 {
	border-bottom:solid 1px;
	border-bottom-color:#e4e4e4;
}
.twocol_layout #mainContent_wide h1 {
	margin: 0 0 0 0;
	font-size:16px;
	text-align:center;
	line-height:20px;
	color: #527AB6;
}
.twocol_layout #mainContent_wide h2 {
	font-size:14px;
	color: #527AB6;
	padding: 12px 0 0 0;
	text-align:center;

}
.twocol_layout #mainContent_wide h3 {
	font-size:12px;
	color: #527AB6;
	padding: 12px 0 0 0;

}
.twocol_layout #mainContent_wide a{
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
}
.twocol_layout #mainContent_wide a:hover {
	text-decoration:underline;
}
.orange_pfeil {
background-image: url(images/assets/link.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding-right: 20px;	
	}
#sidebar0 li {
list-style:none;
}
.twocol_layout #sidebar1 h3{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twocol_layout #sidebar1 p {
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
	border-bottom:solid 1px;
	border-bottom-color:#e4e4e4;
}

.twocol_layout #sidebar1 h1 {
	font-size:10px;
	background-image: url(images/assets/logoh1side.gif); 
	background-repeat:no-repeat;
	color: #527AB6;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.twocol_layout #sidebar1 li a{
	color: #FF6633;
	text-decoration: none;	
	font-weight: bold;
	
}
.twocol_layout #sidebar1 li a:hover {
	text-decoration:underline;
}

#sidebar1 ul {
list-style:none;
}
#sidebar1 li {
	list-style:none;
	font-size:10px;
	background-image: url(images/assets/logoh1side.gif); 
	background-repeat:no-repeat;
	color: #527AB6;
	margin: 0 0 0 -30px;
	padding: 0 10px 6px 20px;
	}
#sidebar1 ul li {list-style:none;
}
#sidebar1 ul ul li {list-style:none;
}
#sidebar1 ul ul ul li {list-style:none;
}


.twocol_layout #footer p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twocol_layout #sprachwahl a{
	color: #FF6633;
	font-size: 12px;
	text-decoration: none;
}
.twocol_layout #footer a{
	color: #FF6633;
	text-decoration: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 10px 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar0 .info {
	color:#527AB6;
	font-size:10px;
	font-style:normal;
	display:block;
	text-align:center;
}
label {
	font-size:10px;
color:#527AB6;
}
#box {
	border: 2px solid #CCCCCC;
	padding: 5px 5px 10px 5px;
	margin: 5px 0 5px 0;
	
}



/* Orange Box */

.productTeaser{
	margin:0 0 0 40px;
	width:500px
}

.productTeaser h5 {
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	width:220px;
	height:95px;
	margin-left: 10px;
	padding-left:20px;
	padding-top:65px;
	color:#ec6400;
	background-image:url(images/assets/or-box-h4.png);
}

/* set the image to use and establish the lower-right position */ 

.orangebox, .orangebox_inhalt, .orangebox_kopf, .orangebox_kopf h2{ 
background: transparent url(images/assets/orange_box.png) no-repeat bottom right
} 
.orangebox{ 
/* intended total box width - padding-right(next) */ 
width:475px !important; /* IE Win = width - padding */ 
width: 320px; /* the gap on the right edge of the image (not content padding) */ 
padding-right:15px; /* use to position the box */ 
margin:-5px auto
} 

/* set the top-right image */ 
.orangebox_kopf{background-position:top right; 
/* pull the right image over on top of border */ 
margin-right:-15px; 
/* right-image-gap + right-inside padding */ 
padding-right:40px
} 
/* set the top-left image */ 
.orangebox_kopf h4{ 
background-position:top left; margin:0; 
/* reset main site styles*/ border:0; 
/* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
padding:0px 0 15px 10px; height:auto !important; 
height:1%
} 
/* IE Hack */ 
/* set the lower-left corner image */ 
.orangebox_inhalt{ 
background-position:bottom left; 
margin-right:25px; 
/* interior-padding right */ 
padding:0px 0px 15px 10px;
font-size:0.8em
} 



/* Angebot Teaser */


.twocol_layout #mainContent_angebot h1 {
	margin: 0 0 0 0;
	font-size:16px;
	text-align:center;
	line-height:20px;
	color: #527AB6;
}

.twocol_layout #mainContent_angebot h2 {
	margin: 0 0 0 0;
	text-align:center;

}

div.angebotTeaser{
	margin:0 50px;
	padding: 10px 0;
}
div.angebotTeaser div.kopf {
	width:460px;
	height:15px;
	padding:4px 15px 6px;
 	font-size:14px;
	color:#527AB6;
	text-align:center;
	font-weight:bold;
		background-image:url(images/kopf_angebotbox.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
div.angebotTeaser div.inhalt {
	padding:0 30px;
	width:426px;
	font-size:11px;
	border-left:2px solid #ED6501;
	border-right:2px solid #ED6501;
	overflow:hidden;
}
div.angebotTeaser div.inhalt p{
	text-align:justify;
	margin:0;
	padding:0 0 6px;
}
div.angebotTeaser div.fuss {
	width:490px;
	height:30px;
	background-image:url(images/fuss_angebotbox.gif);
	background-repeat:no-repeat;
}


/* Angebot2 Teaser */

.box
{
	border:2px solid #EC6400;
	left:10px;top:50px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	text-align:justify;
	margin:45px 50px 20px 50px;
	padding:30px 40px 30px 40px;

}





a.pfeil {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/assets/pfeil_ansehen.gif) no-repeat scroll 0 0;
color:#FFFFFF !important;
display:block;
text-decoration:none;
font-size:10px;
font-weight:bold;
height:14x;
line-height:14px;
padding-left:7px;
margin-bottom:3px;
text-transform:uppercase;
width:90px;
}

.twocol_layout #sidebarkonakt {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F8F8F8 none repeat scroll 0 0;
border:1px solid #EDEDED;
width:180px;
float:right;
padding:10px 10px 10px 10px;
font-size:10px;
margin:10px 0 0;
}

.orangelogotext {
	font-weight: bold;
	color: #FF6600;
}
.graulogotext {
	color: #666666;
}
/*--Aktions PANEL--*/

#ActPan{
	width:365px; 
	height:142px; 
	background:url(images/blog-normal.jpg) 0 0 no-repeat #5B5550; 
	margin:8px 0 0; 
	color:#fff;
	left:1px;
	position: relative;
}
#ActPan a{
	display:block; 
	height:122px; 
	color:#F60;font:12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;text-decoration:none; 
	padding: 25px 80px 10px 35px;
}
#ActPan a:hover{
	text-decoration:none; 
	background:url(images/blog-hover.jpg) 0 0 no-repeat
}
#ActPan p{
	width:250px; 
	height:142px;
}


/*--/Actions PANEL--*/

/*--AktionsBox--*/

#ActBox{
	z-index:0;
	width:250px; 
	height:142px; 
	background:url(images/blog-normal.gif) 0 0 no-repeat #5B5550; 
	margin:8px 0 0; 
	color:#fff;
	left:1px;
	position: relative;
}
#ActBox p{
	display:block; 
	height:122px; 
	color:#F60;font:12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;text-decoration:none; 
	padding: 25px 80px 10px 35px;
}



/*--/ActionsBox--*/

