/*****************************************************************
 *  Element Styles
 *****************************************************************/
body {
	font-family: Tahoma,helvetica,arial,sans-serif;
	font-size: 14px ;
	color: #fff;
}

form { margin: 0;line-height:100%}

h1	{font-size:36px;margin-top:10px;margin-bottom:20px;padding: 10px 15px; background: url("../images/bg2.png") repeat left top; height: 40px;}
h2	{font-size:30px;margin-top:12px;margin-bottom:4px;}
h3	{font-size:26px;margin-top:6px;margin-bottom:6px;}
h1 {font-weight:bold;color: #fff;}
h2, h3 {font-weight: normal; color: #fff;}

pre { font:26px "Courier New",monospace; margin: 0;}

a:link    {color:#fff;text-decoration:none;background-color:transparent;}
a:visited {color:#fff;text-decoration:none;background-color:transparent;}
a:active  {color:#fff;text-decoration:none;background-color:transparent;}
a:hover   {color:#fff;text-decoration:underline;background-color:transparent;}
a:focus   {outline: none;}

.fliesstext:link    {color:#fff;text-decoration:underline;background-color:transparent;}
.fliesstext:visited {color:#fff;text-decoration:underline;background-color:transparent;}
.fliesstext:active  {color:#fff;text-decoration:underline;background-color:transparent;}
.fliesstext:hover   {color:#fff;text-decoration:underline;background-color:transparent;}

th, td {border: 0; }
 
/*****************************************************************
 *  General Classes
 *****************************************************************/

.light {color: #CCC;}
.gray {color: #999;}
.dark {color: #666;}
.highlighted {font-weight: bold;}
.noborder { border: none !important;}
.uppercase {text-transform: uppercase;}

.error{color:#F30;background-color:transparent;}
.success{color: #390; background-color: transparent;}

.wide {line-height: 150%;}
.no_margin { margin: 0;}
.no_padding { padding: 0;}

.spacer {
	display:block;
	width:100%;
	height:10px;
	clear:both;
	border-top: 1px solid #666;
}

/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 2px 13px 40px; background: url(../images/files/file_div.gif) no-repeat top left;}	
a.pdf { background: url(../images/files/file_pdf.png) no-repeat top left;}
a.jpg { background: url(../images/files/file_jpg.png) no-repeat top left;}
a.png { background: url(../images/files/file_png.png) no-repeat top left;}
a.eps { background: url(../images/files/file_eps.png) no-repeat top left;}
a.ai  { background: url(../images/files/file_ai.png) no-repeat top left;}
a.psd { background: url(../images/files/file_psd.png) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.png) no-repeat top left;}
a.docx { background: url(../images/files/file_doc.png) no-repeat top left;}
a.gif { background: url(../images/files/file_gif.png) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.png) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.png) no-repeat top left;}
a.xlsx { background: url(../images/files/file_xls.png) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.png) no-repeat top left;}
a.div { background: url(../images/files/file_div.png) no-repeat top left;}
a.zip { background: url(../images/files/file_zip.png) no-repeat top left;}

a.more_link { 
	padding: 0 0 0 12px;
	text-decoration: none;
}

.back {
	display: block;
	border-top: 1px solid #666;
	padding-top: 5px !important;
	background-position: 0 11px !important;
	clear: both;
}

a.button {
	color: #fff;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #CCC;	
}
a.button:visited {
	color: #fff;
	background-color: #CCC;
}
a.button:hover{
	color: #e9e9e9;
	background-color: #F60;
	border: 1px solid ;
}

/*******************************************************************************
 * aligning
 ******************************************************************************/

.line { 
	clear : both; 
	width: 100%;
	padding: 0;
}
.left {
	padding: 5px 0;
	float: left;
}
.right {
	padding: 5px 0;
	float: right;
}

.bg_col_11, .bg_col_21, .bg_col_12, .bg_col_13, .bg_col_31, .bg_col_111, .bg_col_112, .bg_col_121, .bg_col_211, .bg_col_1111 {
	clear: both;
}
/*** insert backgrounds here ***/
.bg_col_11 {}
.bg_col_21 {}
.bg_col_12 {}
.bg_col_13 {}
.bg_col_31 {}
.bg_col_111 {}
.bg_col_112 {}
.bg_col_121 {}
.bg_col_211 {}
.bg_col_1111 {}

.col_12, .col_13, .col_23, .col_14, .col_34 {
	float: left;
	margin: 0 4%;
}

.col_12	{ width: 46%; }
.col_13 { width: 28%; }
.col_14 { width: 19%; }
.col_23 { width: 64%; }
.col_34 { width: 73%; }
.first 	{ margin-left: 0; }
.last	{ margin-right: 0 !important; }
.clear	{ clear: both; }

/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #999;
	background-color: #CCC;
	padding: 5px 10px;
	margin: 10px 0;
}
div.feature_box h2 {
	margin: 0 0 5px 0;
}
div.feature_box p {
	margin: 0;
}

/*******************************************************************************
 * message boxes
 ******************************************************************************/

div.message{
	padding: 10px;
	border: 1px solid #ee0;
	background-color: #fe9;
	margin-bottom: 10px;
}
div.error{
	border-color: #F30;
	background-color: #ea9;
	color: black;
}
div.ok{
	border-color: #390;
	background-color: #aeb;
	color: #000;
}
div.message h1{
	font-size: 8pt;
}
div.message ul{
	margin: 0;
}

.importantmessage {
	margin-bottom: 20px;
	font-weight: bold;
}

/*******************************************************************************
 * content tables
 ******************************************************************************/

table {
	clear: both;
}
table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.content_table thead th{
	background-color: #F60;
	color: #e9e9e9;
	padding: 2px;
	margin: 0;
	text-align: center;
}
table.content_table tbody th {
	background-color: #999;
	color: #fff;
	padding: 2px;
	margin: 0;	
	border: 0;
}
table.content_table td {
	padding: 2px;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #CCC;
}

/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	line-height: 100%;
	clear: both;
}
dl dt {
	float: left;
}
dl dd {
	margin-left: 140px;
}

/*******************************************************************************
 * forms (login_form for member-login and edit_form for normal forms)
 ******************************************************************************/
form.login_form label{
	display: block;
	padding: 3px 0;
}
form.login_form input {
	margin-bottom: 5px;
}

fieldset {
	border: none !important;
}
 
form.edit_form fieldset{
	padding: 5px;
	margin-bottom: 15px;
}
form.edit_form h1{
	margin-top: 10px;
	margin-bottom: 5px;
}

form.edit_form .required {
	font-weight: bold;
}

form.edit_form dl dt {
	padding: 5px 0;
}

form.edit_form dl dd.text_only{
	padding-top: 5px;
}

dl.checkbox {
	clear: none;
	margin: 0;
}
dl.checkbox dt {
}
dl.checkbox dd {
	margin-left: 25px;
	padding: 8px 0 10px;
}
form.edit_form input:focus,
form.edit_form textarea:focus {	background-color: #CCC; }

form.edit_form input[type="text"] {
	border: 1px solid #000;
	padding: 3px;
}

form.edit_form input[type="submit"] {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 10px;
}
form.edit_form input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	padding: 0 10px;
	cursor: pointer;
}

input.error {
	color: #fff;
	background: #ea9;
	border: 1px solid #F30;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/
 
div.page_browser a.page {
	color: black;
	background-color: #ccc;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #000;
}
div.page_browser span.current_page {
	padding: 3px 6px;
	border: 1px solid #ccc;
}
div.page_browser span.page_name {
	padding: 3px 6px;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 10px 0; 
	padding: 3px 0;
	border-bottom: 1px #999 solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span{
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: #e9e9e9;
	background: #e9e9e9;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: none;
	background: #CCC;
	text-decoration: none;
}

/*******************************************************************************
 * comments
 ******************************************************************************/

div.comments {
	background-color: #CCC;
	border: 1px solid #999;
	padding: 10px 5px;
}

div.comments h2{
	margin-top: 0;
}
.comment {
	background: url(../images/comment_arrow.gif) top left no-repeat;
}
.cm_meta {
	line-height: 150%;
}
.cm_message {
	padding: 5px 8px;
	margin: 0 5px 15px 165px;
	background-color: white;
	min-height: 35px;
}
.cm_sender {
	font-weight: bold;
	display: block;
}

/*******************************************************************************
 * foto galery
 ******************************************************************************/
 
.foto {
 	float: left;
 	margin: 0 29px 20px 0;
 	min-height: 190px;
 	position: relative;
 	width: 164px;
 }
 
.foto .additional {
	position: relative;
	bottom: -20px;
	left: 0;
} 
 
.foto .download {
	bottom: 0;
	position: absolute;
	left: 30px;
}

.foto .viewed {
	bottom: 0;
	position: absolute;
	left: 0;
}

.foto .download img {
	border: none !important;
}
 
div.foto img {
 	border: 2px solid #ccc;
 }
 
/*******************************************************************************
 * article entrys
 ******************************************************************************/
 
.maincontent {
	background: url("../images/bg.png") repeat top left;
	padding: 15px;
	max-width: 550px;
}
 
div.contententry {
 	color: white;
 	float: left;
 	margin-bottom: 20px;
 	width: 550px;
 }
 
div.contententry h1 {
 	margin: 0 0 20px 0;
 	background: none;
 	padding: 0 !important;
 }
 
div.contententry h2 {
 	margin: 0;
 	background: none;
 	padding: 0 !important;
 }
 
div.contententry h3 {
 	margin-top: 20px !important;
 	background: none;
 	padding: 0 !important;
 }
 
div.headline {
 	font-size: 14px;
 	color: #fff;
 	line-height: 100%;
 	padding-left: 11px;
 	height: 20px;
 }
 
span.headline {
	padding: 2px 3px 3px 5px;
	display: block;
	color: #fff !important;
	position: relative;
	height: 15px;
}

span.day {
	padding: 2px 13px 3px 5px;
	text-align: center;
	display: block;
	color: #fff !important;
	height: 15px;
}
 
div.contententry p {
 	font-size: 14px;
 }
 
div.contententry img {
 	border: 2px solid #ccc;
 }
 
.text {
	float: left;
	width: 375px;
}

.image {
	margin: 0 0 10px 385px;
}

div.articleentry {
	position: relative;
}

span.host {
	position: absolute;
	right: 15px;
	top: 2px;
}


.subline {
	margin-top: 10px !important;
}

.info {
	margin-left: 385px;
}

.info p {
	margin-bottom: 0px;
}

p.solo {
	margin-bottom: 0;
}


 /*******************************************************************************
 * categorys
 ******************************************************************************/
 
.category_2 {
	color: #f27e5b !important;
}

.category_3 {
	color: #ba3d65 !important;
}

.category_4 {
	color: #3d9e4a !important;
}

.category_5 {
	color: #3187c5 !important;
}

div.headline.category_2, #categorynavi ul li.category_2 {
 	background: url("../images/bg_cat2_lft.png") no-repeat left top; 
}
 
div.headline.category_3, #categorynavi ul li.category_3 {
 	background: url("../images/bg_cat3_lft.png") no-repeat left top; 
}
 
div.headline.category_4, #categorynavi ul li.category_4 {
 	background: url("../images/bg_cat4_lft.png") no-repeat left top; 
}
 
div.headline.category_5, #categorynavi ul li.category_5 {
 	background: url("../images/bg_cat5_lft.png") no-repeat left top; 
}

span.headline.category_2, #categorynavi ul li a.category_2 {
 	background: url("../images/bg_cat2_rgt.png") no-repeat right top;
}
 
span.headline.category_3, #categorynavi ul li a.category_3 {
 	background: url("../images/bg_cat3_rgt.png") no-repeat right top;
}
 
span.headline.category_4, #categorynavi ul li a.category_4 {
 	background: url("../images/bg_cat4_rgt.png") no-repeat right top;
}
 
span.headline.category_5, #categorynavi ul li a.category_5 {
 	background: url("../images/bg_cat5_rgt.png") no-repeat right top;
}

 /*******************************************************************************
 * dates
 ******************************************************************************/
div.articledate {
	position: absolute;
	top: 0; 
	left: -90px;
	width: 90px;
}

div.day {
 	font-size: 14px;
 	color: #fff !important;
 	line-height: 100%;
 	height: 20px;
 }
 
span.day.category_2 {
 	background: url("../images/bg_day_cat2.png") no-repeat left top;
 }
 
span.day.category_3 {
 	background: url("../images/bg_day_cat3.png") no-repeat left top;
 }
 
span.day.category_4 {
 	background: url("../images/bg_day_cat4.png") no-repeat left top;
 }
 
span.day.category_5 {
 	background: url("../images/bg_day_cat5.png") no-repeat left top;
 }
 
.date {
 	margin-right: 10px;
 	font-size: 36px;
 	text-align: center;
 	background: url("../images/bg.png") repeat left top;
 	color: white;
 	padding-top: 10px;
 	padding-bottom: 5px;
}
 
.date p {
 	margin: 5px 0 10px;
}
 
 
.month {
 	display: block;
 	font-size: 14px;	
}
 
.addinfo {
	margin: 10px 0 20px 0;
}

.addinfo p {
 	margin: 0 0 10px 0;
 	text-transform: uppercase;
 	border-bottom: 2px solid;
}

.lastrow {
	margin-bottom: 10px !important;
}

.end {
	margin: 4px 10px 0 0;
	text-align: center;
 	background: url("../images/bg.png") repeat left top;
}
 
 /*******************************************************************************
 * links internal
 ******************************************************************************/
 
 .internal {
 	background-image: url("../images/but_link_internal.png");
 	background-repeat: no-repeat;
 	background-position: 0 4px;
 	color: #fff;
 	padding-left: 12px !important;
	text-decoration: none !important;
 }
 
.internal:hover {
 	text-decoration: underline !important;
 }
 
 a.category_2.internal {
 	color: #f27e5b;
 	background-image: url("../images/but_link_cat2_internal.png");
 }
 
 a.category_2.internal:visited {
 	text-decoration: none;
 }
 
a.category_2.internal:hover {
 	text-decoration: underline;
 }
 
a.category_2.internal:active {
  	text-decoration: underline;
 }
 
a.category_3.internal {
 	color: #ba3d65;
 	background-image: url("../images/but_link_cat3_internal.png");
 }
 
a.category_3.internal:visited {
 	text-decoration: none;
 }
 
a.category_3.internal:hover {
 	text-decoration: underline;
 }
 
a.category_3.internal:active {
  	text-decoration: underline;
 }
 
a.category_4.internal {
 	color: #3d9e4a;
 	background-image: url("../images/but_link_cat4_internal.png");
 }
 
a.category_4.internal:visited {
 	text-decoration: none;
 }
 
a.category_4.internal:hover {
 	text-decoration: underline;
 }
 
a.category_4.internal:active {
  	text-decoration: underline;
 }
 
a.category_5.internal {
 	color: #3187c5;
 	background-image: url("../images/but_link_cat5_internal.png");
 }
 
a.category_5.internal:visited {
 	text-decoration: none;
 }
 
a.category_5.internal:hover {
 	text-decoration: underline;
}
 
a.category_5.internal:active {
  	text-decoration: underline;
}
 
  /*******************************************************************************
 * links external
 ******************************************************************************/
 
.external {
 	background-image: url("../images/but_link_external.png");
 	background-repeat: no-repeat;
 	background-position: 0 3px;
 	text-transform: uppercase;
 	font-size: 13px;
 	color: #fff;
 	padding-left: 16px !important;
 	text-decoration: none !important;
 }
 
.external:hover {
 	text-decoration: underline !important;
 }
 
 a.category_2.external {
 	background-image: url("../images/but_link_cat2_external.png");
 }
 
 a.category_2.external:visited {
 	text-decoration: none;
 }
 
 a.category_2.external:hover {
 	text-decoration: underline;
 }
 
  a.category_2.external:active {
  	text-decoration: underline;
 }
 
 a.category_3.external {
 	background-image: url("../images/but_link_cat3_external.png");
 }
 
 a.category_3.external:visited {
 	text-decoration: none;
 }
 
 a.category_3.external:hover {
 	text-decoration: underline;
 }
 
  a.category_3.external:active {
  	text-decoration: underline;
 }
 
 a.category_4.external {
 	background-image: url("../images/but_link_cat4_external.png");
 }
 
 a.category_4.external:visited {
 	text-decoration: none;
 }
 
 a.category_4.external:hover {
 	text-decoration: underline;
 }
 
  a.category_4.external:active {
  	text-decoration: underline;
 }
 
 a.category_5.external {
 	background-image: url("../images/but_link_cat5_external.png");
 }
 
 a.category_5.external:visited {
 	text-decoration: none;
 }
 
 a.category_5.external:hover {
 	text-decoration: underline;
 }
 
 a.category_5.external:active {
  	text-decoration: underline;
 }
 
  /*******************************************************************************
 * link email
 ******************************************************************************/
 
 a.email {
 	background: url("../images/but_link_email.png") no-repeat scroll 0 3px transparent;
 	text-transform: uppercase;
 	font-size: 13px;
 	color: #fff;
 	padding-left: 18px !important;
 }
 
 a.email:visited {
 	text-decoration: none;
 }
 
 a.email:hover {
 	text-decoration: underline;
 }
 
 a.email:active {
 	text-decoration: underline;
 }
 
  /*******************************************************************************
 * facebook
 ******************************************************************************/
 
 .fb_iframe_widget {
 	margin-bottom: 20px;
 	background: #000;
 }
 
 #fb_comment {
 	margin: 20px 0;
 	padding: 5px;
 	background: #000;
 }
 
 /*******************************************************************************
 * merkkart
 ******************************************************************************/
 
 img.gallery {
 	float: left;
 	margin: 15px 29px 30px 0; 
 }
 
 .full {
 	width: 100% !important; 
 }
 
 h2.solo {
 	margin-bottom: 5px !important;
 	font-size: 30px !important;
 	clear: both !important;
 	margin-top: 0px !important;
 }
 
  /*******************************************************************************
 * gallery
 ******************************************************************************/
 
 h2.gallery {
 	font-size: 30px;
 	font-weight: normal;
 	margin: 0;
 	background: none;
 	padding: 0 !important;
 }
 
 .gallery {
 }
 
   /*******************************************************************************
 * download
 ******************************************************************************/
 
 dl.articleentry dt {
 	margin: 10px 0 5px 0;
 	font-weight: bold;
 }
 
 dl.articleentry dd {
 	margin-left: 40px !important;
 	padding-bottom: 20px;
 	height: 20px;
 }
 
  /*******************************************************************************
 * news
 ******************************************************************************/
 
 #pagebrowser {
 	margin-top: 10px;
 	clear: both;
 }
 
 .page_browser {
 	height: 17px;
 }
 
.page_browser img {
 	vertical-align: middle;
 }
