/*
Theme Name: Options Light
Theme URI: http://themehybrid.com/themes/options-light
Description: A child theme of Options with a light mixture of grays, greens, and reds.
Template: options
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1
*/

* { margin: 0; padding: 0; 	text-align:justify;}

/* Paragraphs */
p { margin: 0 0 15px 0; }

/* Links */
a { color: #000000; text-decoration: none; font-weight:bold;	}
a:visited { color: #000000; text-decoration: none; font-weight:bold;	}
a:hover { color: #000000; text-decoration: underline; }
#content a, #full-posts a { color: #000000; }

a.topnavi:link { color:#ffffff; font-weight:normal;}
a.topnavi:hover { color:#ffffff; font-weight:normal; text-decoration: underline;}
a.topnavi:active { color:#ffffff; font-weight:normal; text-decoration: underline;}
a.topnavi:visited { color:#ffffff; font-weight:normal;}

a.bottomnavi:link { color:#000000;}
a.bottomnavi:hover { color:#000000; text-decoration: underline;}
a.bottomnavi:active { color:#000000; text-decoration: underline;}
a.bottomnavi:visited { color:#000000;}


/* Lists */
ul li { list-style: none; }
.post ul { list-style: disc; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

/* Blockquotes */
blockquote { border-left: 3px solid #C5C4BF; padding-left: 10px; margin: 0 20px 15px 20px; }

/* Code */
pre { overflow: auto; margin: 0 0 15px 0; }
code { font-size: 1.1em; }

/* Left, right, and center alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
.center, .aligncenter { margin: 0 auto 15px auto; display: block; }

/* Headers and how they should look */
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
h2, h3, h4, h5, h6 { margin-bottom: 5px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #000000; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000000; font-weight:bold; padding-left:0px; margin-bottom: 5px;  border-left:0px solid #999999; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; color:#999999; }

#content .post-title, #full-posts .post-title, #excerpts .post-title { margin-bottom: 5px; }
#content h2, #content h3, #content h4, #content h5, #content h6, #full-posts h2, #feature h2, #comments-template h3 {
	font-family: arial;
	}

/* Body */
body {
	font: 80% Arial,sans-serif;
	text-align:center;
	color: #252525; 
	line-height:150%;
	}
#body-container {
	margin: 0px auto 0;
background:transparent url(streifen.png) no-repeat scroll top center;
padding-top:40px;

	}
#extra-container {  height:240px; margin:0px auto 0;}

/* Contains content and sidebar */
#container {
        margin:5px auto auto;
	padding:11px 11px 0;
	text-align:left;
	width:940px;
	}

/************************************************
	Header
************************************************/
#header-container { height: 0px; width: 100%; }
#header {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
	text-align: left;
	}
#header h1 {
	float: left;
	margin: 10px 0 0 10px;
	font-weight: bold;
	}
#header h1 a { color: #555; }
#header h2 {
	float: left;
	clear: left;
	font-size: 1.1em;
	margin: 3px 0 0 10px;
	}


/************************************************
	Feed
************************************************/
#feed {
	float: right;
	clear: right;
	width: 254px;
	height: 28px;
	margin: 0 13px 0 0;
	padding: 35px 36px 0 0;
	background: url(images/feed-icon.gif) no-repeat right 35px;
	text-align: right;
	}
#feed li a {
	font-size: .9em;
	color: #666;
	}

/************************************************
	Navigation
************************************************/
/* Main navigation bar (#sub-nav is bottom bar) */
#navigation, #sub-navigation {
	letter-spacing: .03em;
	text-align: left;
	color: #333;
	}
#navigation {
	font-size: 1em;
	height:200px;
	margin:auto;
	padding:15px 0 10px;
	width:1234px;
/*	background: #d1d0c8 url(images/navigation.jpg) repeat-x 0 0; */
	}
#sub-navigation {
	width: 940px;
	font-size: .9em;
	background: #deded4;
	}
#nav, #nav ul, #nav ul ul, #sub-nav, #sub-nav ul, #sub-nav ul ul {
	list-style: none;
	margin: 0;
	}
#nav li, #nav li li, #nav li li li, #sub-nav li, #sub-nav li li, #sub-nav li li li {
	float: left;
	}

/* Style */
#nav a { color: transparent; display: block; padding: 0px 16px; font-size:0px; line-height:0px;);
}
#nav a:hover, #nav li.current_page_item a { color: transparent; padding: 0px 16px 0px 16px;  text-decoration: none; }
#nav li li { border-bottom: 1px solid #ddd; font-weight:normal; padding:2px 0px 2px 11px; background: #ffffff url(images/pfeil.png) no-repeat 10px; }
#nav li li a, #nav li.current_page_item li a { color: #333; margin: 0; padding: 0px 16px;  text-decoration: none; font-weight:normal; }
#sub-nav a { color: #333; display: block; padding: 7px 17px 10px 7px; }
#sub-nav li.current-cat a, #sub-nav a:hover { color: #333; text-decoration: none; }
#sub-nav li li { background: #ffffff; border-bottom: 0px solid #eee; }
#sub-nav li li a, #sub-nav li.current-cat li a { margin: 0; padding: 7px 17px 10px 7px; color: #333; text-decoration: none; }
#nav li.current_page_item li a:hover, #sub-nav li.current-cat li a:hover { text-decoration: none; }

/* Drop-down controls */
#nav ul, #sub-nav ul { float: left;  padding-top:4px;  }
#nav li ul, #sub-nav li ul { visibility: hidden; position: absolute; width:200px; left: -999em; z-index:10;}
#nav li:hover ul, #sub-nav li:hover ul { left: auto; z-index: 1000; }
#nav li ul li, #sub-nav li ul li { margin-left:5px; width:205px; }
#nav li ul ul { margin: -37px 0 0 15em; }
#sub-nav li ul ul { margin: -30px 0 0 15em; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { left: auto; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { visibility: visible; left: auto; }


/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 185px;
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 15px 0 0;
	}
#search input#s {
	color: #666;
	width: 170px;
	margin: 0;
	padding: 5px;
	background: #ddd;
	border: none;
	}
#search .search-submit { display: none; }

/************************************************
	Main content
************************************************/
#home, #content { width: 640px; }

#no-sidebar { width: 900px; }

#home.left, #content.left, #sidebar.left { float: left; margin:0; }
#home.right, #content.right, #sidebar.right { float: right; margin:0; }

/************************************************
	Images
************************************************/
/* Images */
#sidebar img {
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
}

.post img {
	padding: 3px;
}


a img { border: none; }

#author-box .avatar, .author .post .avatar { width: 100px; height: 100px; float: left; margin-right: 10px; }

/* Post images */
.single img, .attachment img { max-width: 98.5%; }

/* Feature images */
#feature img, #features-numbers img { float: left; width: 300px; margin: 0 10px 0 0; }
html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; }

/* Thumbnail images */
img.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
	}

/* Medium images */
img.medium { max-width: 300px; float: left; margin: 0 10px 5px 0; }

/* Flickr / gallery stream images */
#home .flickr img, #gallery-stream img {
	width: 75px; height: 75px;
	margin: 2px 13px 2px 0;
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Captions */
.wp-caption {
	padding: 5px 0 3px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	}
.wp-caption img { margin: 0; padding: 0; border: none; }

.gallery {
	width: 100%;
	margin-bottom: 18px;
	}

/************************************************
	Sections of the site
************************************************/
/* Section headers */
.section-header, .menu h2 {
	color:#0099D4;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	height:25px;
	margin:0;
	padding:5px 10px 0;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
border-color:black;
border-style:solid solid none;
border-width:1px;
	}

/* Sections and posts */
.section, #content .post, #excerpts .post, #full-posts .post, .paged .post {
	width: 610px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #fff;
	}

/* No sidebar */
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section { width: 898px; }
#no-sidebar .post { overflow: hidden; margin: 0 0 10px 0; padding: 10px; background: #fff; border-bottom: 0px solid #999; }

/* Posts */
#content .post, #home.paged .post { padding: 10px 10px 0px 10px; border-bottom: 0px solid #999; }

/* Breadcrumb */
.breadcrumb { margin-left:10px; margin-right: 30px; padding: 11px 0px 2px 2px; border-bottom:1px solid #A1D5E9; }

/* Author box */
#author-box { padding: 10px; border-bottom: 0px solid #999; }

/* Navigation links */
.navigation-links { padding: 10px; border-bottom: 0px solid #999; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; width: 50%; text-align: right; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Related posts plugin */
#related { padding: 10px; border-bottom: 0px solid #999; }
#related ul { width: 100%; }
#related ul li { list-style-type: none; }

/* Clouds */
div.cloud { padding: 10px; border-bottom: 0px solid #999; }

/* Excerpts / Full Posts */
#excerpts, #full-posts { width: 640px; padding: 0; margin: 0; background: transparent; }
#excerpts .post, #full-posts .post { padding: 10px; border-bottom: 0px solid #999; }

/* Features Gallery */
#myGallery { background:#000000; width: 920px; height: 220px; margin: 0 0 10px 0; padding: 0; }
#myGallery .imageElement { display: none; }
#myGallery h3, #myGallery h2 { font-size: 1.5em; }



/* Feature */
#feature { padding: 10px; border-bottom: 0px solid #999; }

/* Flickr photos and Gallery images (home) */
#home .flickr, #home .gallery-stream { width: 580px; padding: 10px 0 10px 10px; border-bottom: 0px solid #999; }
#home .flickr .section-header, #home .gallery-stream .section-header { margin-right: 10px; }

/* Post blocks */
#post-blocks { width: 640px; background: transparent; padding: 0; margin: -10px 0 10px 0; }
#post-blocks .post { width: 268px; margin: 10px 0 0 0; padding: 10px; background: #fff; border-bottom: 0px solid #999; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks .post-title { margin: 0 0 5px 0; font-size: 1em; }

/* Post sections */
#post-sections .section { padding: 10px; border-bottom: 0px solid #999; }
#post-sections .post-title { font-size: 1em; }

/* All post tabs */
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1em; }
#post-tabs, #post-block-tabs, #post-list-tabs { background: transparent; width: 640px; padding: 0; }
#home .tab-content { width: 100%; padding: 15px 0px 0px 0px; background: #fff; }

#post-block-tabs .post, #post-list-tabs .post { width: 270px; padding: 10px; }
#post-block-tabs .even, #post-list-tabs .even { clear: none; float: right; }
#post-block-tabs .odd, #post-list-tabs .odd { clear: both; float: left; }

/* Post tabs */
#post-tabs .post { margin: 10px; padding: 0; }

/* Post list tabs */
#post-list-tabs .post ul { padding: 5px 2px 5px 7px; }
#post-list-tabs .post li { margin: 3px 0 5px 0; padding: 0; }
#post-list-tabs .post li a { display: inline; margin: 0; padding: 0; }

/* Features and video numbers */
#features-numbers, #video-numbers { background: transparent; width: 590px; padding: 0; border: none; }
#features-numbers div.tab-content, #video-numbers div.tab-content { top: 0; width: 570px; padding: 10px 10px 0px 10px; border-bottom: 0px solid #999; }
#features-numbers ul.tabs, #video-numbers ul.tabs {
	width: 590px;
	display: block; clear: left;
	overflow: hidden;
	}

/* Video tabbed */
#video-tabbed { padding: 10px; border-bottom: 0px solid #999; }
#video-tabbed .video-list { float: right; width: 44%; }
#video-tabbed .video-list ul { width: 100%; }
#video-tabbed .video-list li { margin: 0 0 5px 0; border: 1px solid #ccc; }
#video-tabbed .video-list li a { color: #333; display: block; padding: 10px; background: #deddd4; }
#video-tabbed .video-list li a:hover, #video-tabbed .video-list li a.tab-current { text-decoration: none; background: #eee; }
#video-tabbed div.video { clear: none; float: left; width: 50%; }
div.v { display: none; }
div.v1 { display: block; }

/* Home custom sections */
#home-insert-1, #home-insert-2, #home-insert-3 { padding: 10px; border-bottom: 0px solid #999; }

/************************************************
	Sidebar
************************************************/
#sidebar { width: 300px; color:#7f7f7f; }

#sidebar a:link {
	color:#000000; 
	padding-left: 14px; 
	background: url(images/linkicon.gif) no-repeat left;
	}
	
#sidebar a:hover {
	color:#000000; 
	text-decoration:underline;
	padding-left: 14px; 
	background: url(images/linkicon.gif) no-repeat left;
	}	

#sidebar a:visited {
	color:#000000; 
	padding-left: 14px; 
	background: url(images/linkicon.gif) no-repeat left;
	}
			
.menu {
	background:transparent url(blase-unten.png) no-repeat scroll center bottom;
	border-bottom:0 solid #999999;
	margin-bottom:20px;
	overflow:hidden;
	padding:3px 10px 45px;
	width:264px;
	}

/* Sidebar lists and sidebar tab lists */
.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li {
	margin: 0;
	padding: 0 0 0 14px;
	float: left;
	width: 100%;
        list-style:none;
	}
#sidebar .menu ul li a, .tabbed div ul li a { display: block; padding: 2px 5px 2px 14px; text-align:left;  }
#sidebar .menu li li a, .tabbed div li li a { display: block; padding: 2px 0 2px 8px; }
#sidebar {
list-style: none;
}

/* Recent comments widget */
#sidebar ul#get-recent-comments li { margin: 5px 0; }
#sidebar ul#get-recent-comments li a { display: inline; padding: 2px 0; }

/* Sidebar video */
#sidebar .video h3 { font-size: 1em; margin: 5px 0; }

/* Sidebar ads */
#sidebar .ads p { margin: 0; padding: 0; }
#sidebar .ads a img { border: none; padding: 0; }
#sidebar .ads img { width: 125px; height: 125px; margin: 0 9px 5px 11px; border: none; padding: 0; }

/* Sidebar gallery and flickr photos */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 3px 9px 3px 7px; }

/* Sidebar search */
#sidebar .search input { width: 96%; padding: 5px; background: #e9eae5; border: 1px solid #ccc; }
#sidebar .search input.search-submit { display: none; }

/* Sidebar subscribe */
#sidebar .subscribe div { padding-left: 2px; }
#sidebar .subscribe #feed-sidebar { height: 35px; overflow: hidden; background: url(images/feed-icon.gif) no-repeat left .3em; }
#feed-sidebar li { padding: 0 0 0 36px; }
#feed-sidebar li a { font-size: .9em; padding: 0; margin: 0; }

/* Sidebar recent */
#sidebar .recent .post { float: left; width: 100%; margin: 0 0 10px 0; }
#sidebar .entry { padding: 0; }
#sidebar .recent h3, #sidebar .asides h3 { font-size: .9em; margin: 0 0 1px 0; }
#sidebar .recent h3 a { font-weight: bold; }
#sidebar .recent p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }

/************************************************
	Tabs
************************************************/

/* Tabs (actual tabs) */
.tabbed { background: transparent; border: none; }
#sidebar .tabbed { margin-bottom: 10px; }
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; }
.tabbed ul.tabs li a {
	color: #333;
	float: left;
	display: block;
	margin: 0 10px 0 5px;
	padding: 6px .6em 4px 30px;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;





	background: #ffffff;
	height:20px;
	position:relative;
	top:0px;
	left:0px;
	background:url(images/comment_icon.gif) no-repeat 5px 4px;
	}
.tabbed ul.tabs li a.t4 { margin-right: 0; }
.tabbed ul.tabs li a:hover { 
	background: #ffffff; 
	text-decoration: none; 
	border-top:1px dotted #7b7b7b;
	border-left:1px dotted #7b7b7b;
	border-right:1px dotted #7b7b7b;
	border-bottom:1px solid #ffffff;
	height:20px;
	padding: 5px .6em 4px 30px;
	position:relative;
	top:1px;
	left:0px;
	background:url(images/comment_icon.gif) no-repeat 5px 4px;
	}
.tabbed ul.tabs li a.tab-current { 
	background: #fff;  
	border-top:1px dotted #7b7b7b;
	border-left:1px dotted #7b7b7b;
	border-right:1px dotted #7b7b7b;
		border-bottom:1px solid #ffffff;
	height:20px;
	padding: 5px .6em 4px 30px;
	position:relative;
	top:1px;
	left:0px;
	background:url(images/comment_icon.gif) no-repeat 5px 4px;
	}

/* Tab content */
.tabbed div.tab-content {
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	clear: left;
	padding: 10px 5px 0px 5px;
	background: #fff;
	border-bottom: 0px solid #999;
	}
div.t2, div.t3, div.t4, div.t5 { display: none; }
.tabbed div.c { display: none; }
.tabbed div.c1 { display: block; }

/************************************************
	Comments Template
************************************************/
#comments-template {
	padding: 10px;
	margin: 0 0 0px 0;
	background: #fff;
	border-bottom: 0px solid #999;
	}
#comments-template ol { list-style-type: none; margin-top: 10px; }
#comments-template li {
	width: 97.5%;
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 1%;
	background: #dcdfd5;
	border: 1px solid #ccc;
	}
#comments-template .avatar {
	float: left;
	width: 50px; height: 50px;
	margin: 7px 12px 0 0;
	background: #eee;
	border: 1px solid #999;
	padding: 2px;
	}
#comments-template li.alt { background: #e9eae5; }
#comments-template .comment-meta-data { float: left; font-size: 1em; margin: 7px 0; }
#comments-template li .comment-meta-data a.time { margin-left: 5px; color: #666; }
#comments-template li .comment-text { float: left; width: 87%; padding: 0; }
#no-sidebar #comments-template li .comment-text { width: 92%; }
#comments-template input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
	background: #e9eae5;
	border: 0px solid #ccc;
	}
#no-sidebar #comments-template input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #e9eae5;
	border: 0px solid #ccc;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}

/************************************************
	Footer
************************************************/
/* Footer */
#footer {
	background:#0E85C8 url(unten.png) no-repeat scroll center bottom;
	clear:both;
	float:left;
	height:70px;
	margin:50px 0 0;
	width:100%;
	}

#footer p { margin: 5px 0; line-height: 1.3em; }
#footer p.left, #footer p.right { width: 50%; }
#footer p.right { text-align: right; }


/* For Link Indication plugin ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a.liexternal { padding-left: 14px; background: url(images/linkicon.gif) no-repeat left 4px; color:#000000; font-weight:bold;  }
a:hover.liexternal { padding-left: 14px; background: url(images/linkicon.gif) no-repeat left 4px; color:#000000;  font-weight:bold;  text-decoration:underline;  }

a.liinternal { padding-left: 14px; background: url(images/linkicon.gif) no-repeat left 4px; color:#000000; font-weight:bold; }
a:hover.liinternal { padding-left: 14px; background: url(images/linkicon.gif) no-repeat left 4px; color:#000000; font-weight:bold;  text-decoration:underline; }

a.liwikipedia { padding-left: 20px; background: url(images/wikiicon.gif) no-repeat left 4px; color:#000000; font-weight:bold; }
a:hover.liwikipedia { padding-left: 20px; background: url(images/wikiicon.gif) no-repeat left 4px; color:#000000; font-weight:bold;  text-decoration:underline;  }

a.limailto { padding-left: 18px; background: url(images/link-icon_mail_02.gif) no-repeat left 4px; }
a:hover.limailto { padding-left: 18px; background: url(images/link-icon_mail_02.gif) no-repeat left 4px; }

a.lipdf { padding-left: 20px; background: url(images/pdficon.gif) no-repeat left 4px;  color:#000000; font-weight:bold;  }
a:hover.lipdf { padding-left: 20px; background: url(images/pdficon.gif) no-repeat left 4px; color:#000000; font-weight:bold;  text-decoration:underline; }

.homelink a {
	color:#000000; 
	}
.homelink a:hover{
	color:#000000; 
	text-decoration:underline;
}

.eu {
margin-bottom:-20px;
margin-top:-30px;
padding-right:10px;
text-align:right;
}
#home-container {
        background:transparent url(/home.gif) repeat scroll 0 0;
	float: left;
	width: 920px;
	padding: 11px 11px 0px 11px;
	text-align: left;
        height:700px;
	}
#library {
        height:140px;
        left:150px;
        position:relative;
        top:390px;
        width:150px;}
#tourist-info {
        height:120px;
        left:270px;
        position:relative;
        top:150px;
        width:130px;}
#marketplace {
        height:150px;
        left:400px;
        position:relative;
        top:90px;
        width:200px;}
#town-hall {
	height:240px;
	left:600px;
	position:relative;
	top:-240px;
	width:200px;}
#idea-factory {
	height:130px;
	left:330px;
	position:relative;
	top:-140px;
	width:200px;}
#media-house {
	height:130px;
	left:600px;
	position:relative;
	top:-310px;
	width:220px;}
#home-body-container {
	margin:15px auto 0;
	overflow:hidden;
	width:940px;
}
.page-item-13 {
background:transparent url(town-menu.gif) no-repeat scroll 0 0;
height:20px;
padding-left:30px;
padding-top:75px;
width:80px;
}
.page-item-925 a {
background: transparent url(tourist-info.png) no-repeat scroll 0 65px;
display:block;
height:200px;
width:125px;
}

.page-item-925 a:hover {
background: transparent url(tourist-info-hover.png) no-repeat scroll 0 65px;
}

.page-item-925.current_page_item a {
background: transparent url(tourist-info-hover.png) no-repeat scroll 0 65px;
}

.page-item-5 a {
background: transparent url(town-hall.png) no-repeat scroll 0 0;
height:220px;
width:150px;
margin-top:-15px;
}
.page-item-5 a:hover {
background: transparent url(town-hall-hover.png) no-repeat scroll 0 0;
}
.page-item-5.current_page_item a {
background: transparent url(town-hall-hover.png) no-repeat scroll 0 0;
}
.page-item-7 a {
background: transparent url(marketplace.png) no-repeat scroll 0 40px;
height:200px;
width:200px;
}
.page-item-7 a:hover {
background: transparent url(marketplace-hover.png) no-repeat scroll 0 40px;
}
.page-item-7.current_page_item a {
background: transparent url(marketplace-hover.png) no-repeat scroll 0 40px;
}
.page-item-9 a {
background: transparent url(idea-factory.png) no-repeat scroll 0 65px;
height:200px;
width:202px;
}
.page-item-9 a:hover {
background: transparent url(idea-factory-hover.png) no-repeat scroll 0 65px;
}
.page-item-9.current_page_item a {
background: transparent url(idea-factory-hover.png) no-repeat scroll 0 65px;
}
.page-item-11 a {
background: transparent url(library.png) no-repeat scroll 0 35px;
height:200px;
width:145px;
}
.page-item-11 a:hover {
background: transparent url(library-hover.png) no-repeat scroll 0 35px;
}
.page-item-11.current_page_item a {
background: transparent url(library-hover.png) no-repeat scroll 0 35px;
}
.page-item-12 a {
background: transparent url(media-house.png) no-repeat scroll 0 70px;
height:200px;
width:220px;
}
.page-item-12 a:hover {
background: transparent url(media-house-hover.png) no-repeat scroll 0 70px;
}
.page-item-12.current_page_item a {
background: transparent url(media-house-hover.png) no-repeat scroll 0 70px;
}
.boxy {
         float:left;
         margin-right:14px;

}
.boxr {
         float:left;

         margin-bottom:20px;
}
.boxy ul {
         margin:0px;
}
.boxr ul {
         margin:0px;
}
.boxy a {
         display:block;
}
.boxr a {
         display:block;
}
#loading {
display:none;
}

div#akct {
	position: absolute; top:0px; right: 0px; z-index: 2342; width:113px; height:88px;
	background-image: url(map.png);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
	padding:0;
	margin:0;
	text-align: right;
}

div#map img {
	border:none;
	padding:0;
	margin:0;
	background: none;
}

div#map a#mappeel img {
        width: 113px;
        height: 88px;
}

div#map a, div#map a:hover {
	text-decoration: none;
	border:none;
	padding:0;
	margin:0;
	display: block;
	background: none;
}

div#map a#mappeel:hover {
	position: absolute; top:0px; right: 0px; z-index: 4223; width:500px; height:500px;
	display: block;
	background-image: url(http://action-town.eu/wp-content/uploads/2009/01/karte.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#mapct a#akpreload {
	background-image: url(http://action-town.eu/wp-content/uploads/2009/01/karte.gif);
	background-repeat: no-repeat;
	background-position: 234px 0px;

}

.top_home
{
	font-size: 1.3em;
	color: #ffffff;
	margin: 0 0 0 40px;
}

.top_home a {
	margin: 0 0 0 0px;
	font-weight: bold;
	font-size: 1.3em;
	color: #ff0000;
}

.top_home a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.top_home a:hover {
	color: #000000;
	text-decoration: none;
}

.textwidget {
border-color:black;
border-style:none solid;
border-width:medium 1px;
margin-top:-5px;
padding:0 10px;
color:#0099D4;
}

.box {
margin:20px;
}

.imprint {
color: #fff;
height:16px;
margin:10px 0 0 20px;
padding:3px;
width:45px;
}

.imprint a {
color:#fff;
}

.tagcloud {
padding:10px;
text-align:center;
}

#starty {
width:852px;
}

.post-s {
width:852px;
}

#container-s {
margin:5px auto auto;
padding:11px 11px 0;
text-align:left;
width:852px;
}

.boxen {
margin-left:45px;
margin-top:30px;
position:absolute;
width:485px;
}

.boxen h3 {
margin-top:30px;
}

.boxen a {

}

.start-meta {font-size:11px;}
.start-title {font-size:14px; line-height:13px;}
.start-excerpt {font-size:12px; line-height:13px;}

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(http://action-town.eu/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(http://action-town.eu/bt.gif) no-repeat bottom}
