/*
Theme Name: Pintarich.at
Theme URI: http://www.pintarich.at/
Description: 
Author: Ernst Michalek
Version: 1.0
Tags: 
*/

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #003366;
	text-align: center;
}
body, p, table, tr, td, li, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
 font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF33;
	margin: 10px 0;
	padding: 0;
}
h2 {
	font-size:17px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:12px;
}
a:link {
	color: #CCCC00;
}
a:visited {
	color: #CCCC33;
}
a:hover {
	text-decoration:none;
}
.klein {
	font-size: 10px;
}
#container {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: transparent url(images/bg_idefix.gif) no-repeat 268px top;
	min-height: 600px;
}
#links {
	float:left;
	width:280px;
	background: url(images/tiroch.jpg) no-repeat left top;
	height: 600px;
	position: relative;
}

#links p {
    position: absolute;
	left: 0px;
	top: 545px;
}

#links div.menu ul {
   list-style: none;
	 margin: 300px 0 0 0;
	 padding: 0;
	 width: 120px;
	 float: right;
}

#links div.menu ul li {
   width: inherit;
	 text-align: right;
	 font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	 background: #003366;
	 margin: 0 0 3px 0;
}

#links div.menu ul li a:link,
#links div.menu ul li a:active,
#links div.menu ul li a:visited,
#links div.menu ul li a:hover {
   display: block;
	 width: inherit;
	 height: inherit;
	 text-decoration: none;
	 padding: 5px 5px 5px 0;
	 
	 color: #003366;
	 background: #CCCC00;
}

#links div.menu ul li a:hover {
   color: #CCCC00;
	 background: #003366; 
}

#links div.menu ul li.current_page_item a:link,
#links div.menu ul li.current_page_item a:active,
#links div.menu ul li.current_page_item a:visited,
#links div.menu ul li.current_page_item a:hover { 
	 color: #CCCC00;
	 background: #003366;
}

#links div.menu ul li.current_page_item a:hover {
	 color: #003366;
	 background: #CCCC00;
}

#rechts div.menu ul {
   list-style: none;
	 margin: 0 0 20px 0;
	 padding: 0;
	 width: 640px;
	 float: left;
}

#rechts div.menu ul li {
   width: 130px;
	 text-align: center;
	 font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	 background: #003366;
	 margin: 0 3px 3px 0;
	 float: left;
}

#rechts div.menu ul li a:link,
#rechts div.menu ul li a:active,
#rechts div.menu ul li a:visited,
#rechts div.menu ul li a:hover {
   display: block;
	 width: inherit;
	 height: inherit;
	 text-decoration: none;
	 padding: 5px 5px 5px 0;
	 
	 color: #003366;
	 background: #CCCC00;
}

#rechts div.menu ul li a:hover {
   color: #FFFFFF;
	 background: #003366; 
}

#rechts div.menu ul li.current_page_item a:link,
#rechts div.menu ul li.current_page_item a:active,
#rechts div.menu ul li.current_page_item a:visited,
#rechts div.menu ul li.current_page_item a:hover { 
	 color: #CCCC00;
	 background: #003366;
}

#rechts div.menu ul li.current_page_item a:hover {
	 color: #003366;
	 background: #CCCC00;
}


#rechts {
	float:left;
	width:640px;
	height:100%;
	padding:0;
	margin:0;
	padding-left:20px;
	padding-top:0px;

}

div.gallery {
	float: left;
	padding: 5px;
	width: 95%;
	border: 1px dotted #FFFF33;
	margin:2px;
}

div.gallery img {
	float: right;
	clear:both;
}

#bottom {
	clear:both;
	margin:20px 0 0 0;
	padding: 25px 0 0 0;
}




/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}