/* 
Theme Name: fotointern.ch
Description: 3 column version - Fotointern Layout
Version: 0.1

Credits:
The Fotointern Theme was created by <a href="http://www.photophil.ch/">photophil.ch</a>.


/* Allgemeine Formatierungen:   ---------------------------  */




body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #eee;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#all {
/* 	background-color:#eee;			gehört zu body bei left-align layout */
	position: relative;
	width: 1453px; 				/* breite inkl. werbeflaechen */
	margin: 0px auto; 				/* bei centered layout: auto*/
	padding: 0px;
	text-align:left;
	overflow:visible; 				/* ????? */
}
#page {
	background-image: url(/_images/bg.png);	/* gehört zu body bei left-align layout */
	background-repeat: repeat-y;			/* gehört zu body bei left-align layout */
	position: relative;
	width: 947px;
	margin:0;
	padding: 0;
	text-align:left;
}
#main {
	position: relative;
	width: 947px;
	margin:0;
	padding: 0 0 20px 0;
}


a:link {
	color: #e20e10;
	text-decoration: underline;
	font-weight: normal;
	}

a:visited {
	color: #e20e10;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color:#e20e10;
	font-weight: normal;
}

/* Form Formatierungen -------------------- */
form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #666666;
	background: #f6f6f6;
	margin: 2px 0 0 0;
	color: #666666;
	font-size: 10px;
	font-variant: normal;
	padding: 3px;
}
.submit {
	border: 1px solid #666666;
	margin: 4px 0 0 0;
	background: #ffffff;
}

.submit:hover, input:hover, textarea:hover {
	border-width: 1px;
	border-color: #e20e10;
	color: #e20e10;
	cursor: hand;
	background: #ffffff;
}	

.sidebar_box_slim input {
	width:117px;
	background:none;
	margin: 5px 0 0;
	}


textarea {
	border: 1px solid #8A8A8A;
	margin: 5px;
	background: #ffffff;
	color: #8A8A8A;
	width: 95%;
	font-size: 10px;
	font-variant: normal;
	padding: 3px;
}

textarea:hover {
	background: #FFFFFF;
}

select {
	border: 1px solid #003300;
	margin: 5px;
	padding-left: 3px;
	color: #333333;
}



/* --  header part
-------------------------------------------------  */

#header {
	background-image: url(/_images/bg_head.png);
	background-repeat:repeat-x;
	background-position:top;
	position: relative;
	margin: 0px;
	text-align: left;
	margin:0;
	padding:0;
	width:947px;
	height: 120px;
	}

#header h1 {
/*	margin: 0;  zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
/*	padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0px;
	font-size: 5px;
	height: 79px;
	z-index: 70; /* above the rest */

}
#header h1 a {
	background-image: url(/_images/logo-fotointern_v2.png);
	background-repeat: no-repeat;
	background-position:top;
	display:block; 
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: -1200px;
	text-decoration: none;
	width: 407px; height: 79px;


}
#header_page_nav {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 400px;
	height: 70px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	z-index:50; /* hinter logo und vor slogan*/
	text-align:right;
	font-size:11px;
}
#header_page_nav ul {
	margin: 0;
	padding: 0px;
}

#header_page_nav ul li {
	display: inline;
	list-style-type: none;
	line-height:14px;
	margin: 0;
	padding: 2px 0px 2px 12px;
}


#header_nav_bar {
	background-image: url(/_images/bg_head_nav_bar.png);
	background-repeat: repeat-x;
	background-position:top;
	position: relative;
	top: 84px;
	left: 5px;
	width: 927px;
	height: 36px;
	margin: 0px;
	padding: 0px 0 0 10px;
	z-index:50; /* hinter logo und vor slogan
	border:#333 1px solid;*/
}

#header_nav_bar ul {
	margin: 0;
	padding: 0px;
	height:36px;
}

#header_nav_bar ul li, #header_nav_bar ul li.current-cat {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0; /*2px 12px 2px 0px;
	line-height:14px;*/
	font-size:12px;
	height:36px;
	float:left;
	display:block;
}



#header_nav_bar li a, #header_nav_bar li a:link, #header_nav_bar li a:visited, #header_nav_bar li a:hover
	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #e20e10;
	text-decoration: none;
	font-weight: normal;
	padding:18px 5px 0px 5px;
	height: 18px;
	display:block;     /*        */
}

#header_nav_bar .current-cat a:link, #header_nav_bar .current-cat a:visited,
#header_nav_bar a:hover
{
	color: #e20e10;
	background-color:#FFF;
}




#header_page_nav a, #header_page_nav a:link, #header_page_nav a:visited, #header_page_nav a:hover
	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #e20e10;
	text-decoration: none;
	font-weight: normal;
}

#header_page_nav .current-cat a:link, #header_page_nav .current-cat a:visited,
#header_page_nav a:hover
{
	color: #e20e10;
	text-decoration:underline;
}


#header #searchform {
	background:none;
	margin: 5px 5px 0 0;
	}
#header #searchform input#s {
	border: 1px solid #fff; /*  cfbfb2      e20e10 #efdfd2 */
	border-top-color:#bbb;
	border-left-color:#bbb;
	background:none;
	margin: 0;
	color: #e20e10;
	padding: 2px;
	height:14px;
	width:160px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}

#abo_links {
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 260px; /* war 64 */
	height: 28px;
	margin: 0px;
	padding: 0px;
	z-index:50; /* hinter logo und vor slogan*/
	text-align:right;
}
#abo_links a {
	float:right;
	margin-left:3px;
}






/* IE border Hack */	

* html #side2 li {height:1%;}






/* rechte Seitenspalte Formatierungen    ------------------*/


#side {
	width: 402px;
	margin: 15px 0 0 15px;
	padding:0px;
	font-stretch: normal;
	float: left;

}

#side a:link, #side a:visited {
	/* color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px; */
}
#side .current-cat a:link, #side .current-cat a:visited,
#side .current_page_item a:link, #side .current_page_item a:visited {
	color: #e20e10;
	font-weight: bold;
}
#side a:hover {
	color: #e20e10;
	font-weight: normal;
}



#top_story_box {
	border: 1px solid #efdfd2; /* e20e10 #efdfd2 #cfbfb2 */
	border-top-color:#f3e6dd;
	width: 400px;
	max-width: 400px;
	margin:0 0 10px 0;
	padding:0;
	font-size: 12px;
	height: auto;
	float: left;
}

#top_story_label, #top_stories_link {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:18px;
	margin: 0px;
	color: #e20e10;
	padding: 3px 5px;
	display:block;
	width:390px;
	background-color:#f3e6dd;
}

#top_stories_link a, #top_stories_link a:link, #top_stories_link a:visited {
	font-weight:normal;
	text-decoration: none;
}

#top_stories_link a:hover {
	text-decoration: underline;
}

#top_story_box h2 {
	text-align: left;
	padding: 0;
	margin: 4px 1px 3px 5px;
	font-size: 20px;
	}
#top_story_box h2 a:link, #top_story_box h2 a:visited, #top_story_box h2 a {
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}

#top_story_box h2 a:hover {
	color: #e20e10;
}
.top_storycontent {
	margin: 0 1px 5px 5px;
	line-height: 150%;
}




#side #sidecol_left {
	width: 255px;
	margin: 0;
	padding: 0;
	float: left;
}

#side #sidecol_right {
	width: 137px;
	margin: 0;
	padding: 0;
	float: right;
}





#side .sidebar_box_slim {
	width: 135px;
	float: left;
	border: 1px solid #efdfd2; /* e20e10 #efdfd2 #cfbfb2 */
	border-top-color:#f3e6dd;
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
}
.sidebar_box_slim h2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	margin: 0px;
	color: #e20e10;
	padding: 3px 5px;
	display:block;
	width:125px;
	background-color:#f3e6dd;
}
#side .sidebar_box_slim p {
	padding: 2px 1px 0px 5px;
	line-height:14px;
	color: #000000;
}
#side .sidebar_box_slim a:link, #side .sidebar_box_slim a:visited, #side .sidebar_box_slim a {
	color: #000000;
}
#side .sidebar_box_slim  a:hover {
	color: #e20e10;
}
.sidebar_box_slim h2 a:link, .sidebar_box_slim h2 a:visited, .sidebar_box_slim h2 a:active, .sidebar_box_slim h2 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #e20e10;
	text-decoration:none;
}





#side .sidebar_box {
	width: 253px;
	float: left;
	border: 1px solid #efdfd2; /* e20e10 #efdfd2 #cfbfb2 */
	border-top-color:#f3e6dd;
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
}
.sidebar_box h2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	margin: 0px;
	color: #e20e10;
	padding: 3px 5px;
	display:block;
	width:243px;
	background-color:#f3e6dd;
}
#side .sidebar_box p {
	padding: 2px 1px 0px 5px;
	line-height:14px;
}
#side .sidebar_box .kleintext {
	font-size:8px;
	padding: 0px 1px 0px 5px;
}
#side .sidebar_box .kleintext a {
	font-size:8px;
}
.sidebar_box input {
	width: 125px;
}
#side .sidebar_box a:link, #side .sidebar_box a:visited, #side .sidebar_box a {
	color: #000000;
}
#side .sidebar_box  a:hover {
	color: #e20e10;
}

.sidebar_box h2 a, .sidebar_box h2 a:link, .sidebar_box h2 a:visited, .sidebar_box h2 a:hover {
	text-decoration:none;
}



#side ul {
	list-style-type: none;
/*	margin: -5px 0px 0px -10px;*/
	margin: 0px;
	padding: 0px;
}

#side p {
	margin: 5px 0px 3px 0px;
}

#side ul li {
	padding: 5px 1px 3px 5px;
}



/*  -- content layout part 
----------------------------------------------------------------------*/

#content {
	width: 500px;
	max-width: 500px;
	font-size: 12px;
	height: auto;
	padding: 0px;
	margin: 15px 0 0 20px;
	float: left;
}


#content h2, #pagecontent h2 {
	text-align: left;
	padding: 4px 0 3px 0;
	margin:0;
	font-size: 20px;
	font-weight:normal;
}

#content h2 a:link, #content h2 a:visited, #pagecontent h2 a:link, #pagecontent h2 a:visited {
	color: #000000;
	text-decoration: none;
}

#content h2 a:hover, #pagecontent h2 a:hover {
	color: #e20e10;
}

h4 {
	font-size: 16px;
	font-weight: normal;
}


#content .datum {
	float:right;
	font-size: 10px;
	text-align:right;
	padding: 5px 0 0 2px;
}

.storycontent {
	line-height: 150%;
	min-height: 135px;
	padding: 3px 0 5px 0;
}


.storycontent ul li { list-style-position:inside; padding-left:10px;}


.first_story {
	min-height: 135px;
}

.post {
	margin-bottom: 20px;
}

.feedback {
	background-color: #dddddd;
	color:#666666;
	display:block;
	font-size: 10px;
	padding: 3px;
	margin-bottom: 5px;
}

.feedback a:link, .feedback a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
.feedback a:hover {
	color: #e20e10;
	text-decoration: underline;
}

/*-------
images
------*/

.storycontent img, .top_storycontent img {
	padding-right: 10px;
	display:block;
	float:left;
	border:none;
}

.storycontent img[align="right"] {
	padding-left: 10px;
	display:block;
	float:right;
}
.storycontent img[align="middle"] {
	padding: 10px 0 10px 0;
	display:block;
	float:none;
}

.storycontent img.aligncenter,
div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	float:none;
}

.storycontent img.alignleft,
div.alignleft {
	margin-left: 0;
	margin-right: auto;
	float:none;
	}

.entry img[align="left"] {
	padding-right: 10px;
	display:block;
	float:left;
}

.entry img[align="right"] {
	padding-left: 10px;
	display:block;
	float:right;
}

/*-------
End Images
------*/



/*----------------------------------------------------------------------
  -- PAGEcontent layout part 
----------------------------------------------------------------------*/

#pagecontent {
	width: 500px;
	max-width: 500px;
	font-size: 12px;
	height: auto;
	color: #000000;
	padding: 15px 0 0 20px;
	margin: 0px;
	float: left;
}


.lead {
	line-height:150%;
}
.entry {
	margin-top:20px;

}
.entry hr {
	padding:0;
	margin:20px 0;
	size:auto;

}


/*  continue content, pagecontent,
	--------------------------------------------------------------*/


cite {
	font-size: 10px;
	font-style: normal;
	color: #333;
	padding-bottom: 4px;
}


.image-align-left {
	padding: 4px;
	float: left;
}

.image-align-right {
	padding: 4px;
	float: right;
}

/* Mediadaten Tabellen und Seiten */
blockquote { 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; 
	margin: 0 0 0 20px; 
	padding: 0 5px;
	background-color: #dddddd;
}

table.partnerlinks td {
	padding-bottom:25px;
	}
table.preistabelle {
	width: 500px;
	font-weight:bold;
	margin: 0px 20px 0px 20px;
}
table .kopf {
	font-weight: normal;
}
table.tabelle {
/*	width: 500px;*/
	font-weight:normal;
	margin: 0px 20px 0px 20px;
}
table.termintabelle {
	width: 500px;
	font-weight:normal;
	margin: 0px 20px 0px 20px;
}



#footer {
	background-image: url(/_images/bg_foot.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:eee;
	clear:both;
	position: relative;
	margin: 0px;
	text-align: center;
	margin:0;
	padding:5px 0 0;
	width:947px;
	font-size:10px;
	height: 70px;
	}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}

	

#footer a:hover {
	color: #e20e10;
}

/* Special fonts:  */

h3 {
	text-align: left;
	padding: 8px 0 5px 0;
	margin:0;
	font-size: 16px;
	font-weight:bold;
}
	
h3 a {
	color: #FF4984;
}

.font11 {
	font-size:11px;
}


/* add-ons */
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/* ----------------------------------------------------------------
               comment form styles
---------------------------------------------------------------- */

h4#comments, h4#postcomment {
	font-size:12px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
	color:#333333;
	}

/* --  werbung part
-------------------------------------------------  */

#werbebox_lead {
	position: relative;
	display: block;
	width: 728px; height:90px;
	top:5px; left:109px;
	margin: 5px 0px;
	padding: 0px;
	z-index:90;
}
#werbung_rechts {
	position:absolute;
	left: 947px;
	width: 496px;
	height:1250px;
	margin: 5px 0 0 0;
	
	/* 
	float: right;
	width:496px;
	margin: 5px 0 0 0;
	padding:0px; */

}
#werbung_skyscraper_pos_1 {
/* 	position:absolute;
	left: 947px;
	width: 496px;  orig: 160px
	height:1250px;
	top:200px; */
	/* */
	width:496px;
	min-width:496px;
	height:600px;
	margin: 0;
	padding:0;

}
#werbung_skyscraper_pos_2 {
/*	position:absolute;
	left: 947px;
	width: 160px;  /* orig: 160px
	height:1250px;
	top:200px;
	 height:100px;
	*/
	width:496px;
	margin: 5px 0 0 0;
	padding:0px;
}
/*
#werbung_skyscraper {
	position:absolute;
	left: 947px;
	width: 326px;  /* orig: 160px */ /*
	height:1250px;
	float: right;
	background-color:#cccccc;
	position: absolute;
	top:200px;
	right:0px;
	width:160px; height:100px;

	margin: 5px 0 0 0;
	padding:0px;
}
*/
#werbung_sky_rechts {
	float:left;
	text-align:left;
	width: 331px;
	margin-left:5px;
}
#werbung_skyscraper_1 {
	float:left;
	text-align:left;
	background-color:#aaa;
}
/* #werbung_sky_rechts {
	position:absolute;
	left: 1283px;  orig: 1117px
	width: 326px;  /* orig: 326px
	height:1250px;
	margin: 5px 0 0 0;
	padding:0px;
} */
#werbebox_post_button {
	position: relative;
	float:right;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	max-width:180px;
}
#werbebox_post_rectangle {
	position: relative;
	text-align:center;
	margin: 0px;
	padding: 0 0 6px 0;
	border-top:#efdfd2 1px solid;
	border-bottom:#efdfd2 1px solid;
}
#werbebox_post_banner {
	position: relative;
	text-align:center;
	margin: 0px;
	padding: 0 0 6px 0;
	border-top:#efdfd2 1px solid;
	border-bottom:#efdfd2 1px solid;
}
.werbung_label {
	display:block;
	position:relative;
	background-image:url(/_images/werbung-label-1.gif);
	background-repeat:no-repeat;
	padding-bottom:2px;
	left:0px;
	width:40px;
	height:8px;
}
#werbung_links {
	width: 120px;
	height:90px;
	margin: 0 0 0 8px;
	padding:0px;
}



/* Werbung Box */

#werbung_box {
	border: 1px solid #efdfd2; /* e20e10 #efdfd2 #cfbfb2 */
	border-top-color:#f3e6dd;
	width: 400px;
	max-width: 400px;
	margin:0 0 10px 0;
	padding:0;
	font-size: 12px;
	height: auto;
	color: #000000;
	float: left;
}


.buttons {
	float:left;
	display: block;
	width: 125px; height:125px;
	margin: 0 0px 5px 6px;
	padding: 0px;
}

/* added UBD ad code */


#werbung_box .ubd-block-ad  {
	padding:0px;
	}
#werbung_box .ubd-block-ad li {
	list-style:none;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 6px 6px;
	}
.werbung_label_sponsor {
	display:block;
	position:relative;
	background-image:url(/_images/werbung-label-sponsor.gif);
	background-repeat:no-repeat;
	padding-bottom:4px;
	left:0px;
	width:100px;
	height:8px;
}
