/*
Theme Name: Oberlik.at
Theme URI: http://oberlik.at/
Description: DI wolfgang OBERLIK web
Version: 1.0
Author: manfred friscic
Author URI: http://uxd.cc/
Tags: oberlik, uxd
*/


@import "css/color.css";
@import "css/ngg.css";


/*
 *
 * default styles
 *
*/

body 
{
	font-size: 12px;
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #072C56;
}

img 
{
	border: 0;
}

a 
{
	color: #072C56;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #fff;
	text-decoration: none;
}

b, strong 
{

	text-transform: uppercase;

}

small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 a, 
h2 a,
h3 a
{
	text-decoration: none;
	color: #000000;
}

h1 a:hover, 
h2 a:hover,
h3 a:hover
{
	color: #fff;
}


/*
 *
 * HEADER
 *
*/

#header 
{
	padding: 0px;
	margin: 0px;
	height: 150px;
	width: 100%;
	background-image: url('img/header.jpg');
	background-repeat: repeat-x;
	background-color: white;
}

#headerimg 	
{
	margin: 0px auto;
	padding: 0;
	width: 1000px;
}


/*
 *
 * MAIN NAV
 *
*/

#nav 
{
	font-size: 14px;
	background-color: #072C56;
	padding: 0px;
	height: 30px;
	width: 100%;
}

#menunav 
{
	margin: 0px auto;
	font-size: 14px;
	width: 805px;
	line-height: 30px;
	padding-left: 195px;
}

#menunav a 
{
	color: #ffffff;
	text-transform: uppercase;
}

#menunav a:hover 
{
	color: #FF250D;
}

#menunav a:active 
{
	color: #FF250D;
}

#menunav ul 
{
	margin: 0px;
	padding-left: 0px;
}

#menunav li 
{
	float: left;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#menunav li ul 
{
	
}

#menunav li li 
{
	display: none !important;
}

#menunav .current-cat a, 
#menunav .current_page_item a  
{
	color: #FF250D;
}

#menunav .page-item-53 
{
	display: none;	
}


.current-cat a
{
	color: #fff;
}


.current_page_item, 
.current-cat-parent, 
.current-cat 
{
	background-image: url('img/arrow.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#nav .current-cat li 
{
	display: none;
	
}

#nav .current-cat-parent li 
{
	display: none;
	
}

.children 
{
	font-style: italic;
}

.children .current-cat li 
{
	display: block;
	
}


/*
 *
 * PAGE
 *
*/

#page 
{
	margin: 30px auto;
	width: 1000px;
}

#page table 
{
	width: 100%;
}


/*
 *
 * CONTENT
 *
*/

.content 
{
	color: #072C56;
	background-color: #fff;
	padding: 30px 0px 30px 30px;
	vertical-align: top;
	text-transform: lowercase;
	text-align: left;
}

.content p 
{
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	clear: both;
	line-height: 20px;
}

.content iframe 
{
	padding-right: 0px;
}

.content a 
{
	color: #072C56;
	text-transform: uppercase;
	text-decoration: underline;
}

.content a:hover 
{
	color: #FF250D;
}


.content img 
{
	margin: 0px 0px 10px 0px;
	float: right;
	vertical-align: top;
	padding: 0px;
	clear: both;
}


/*
 *
 * LEFT NAV
 *
*/

.left_nav 
{
	width: 200px;
	font-size: 14px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
	color: #072C56;
	text-transform: lowercase;
	font-weight: bold;
	padding-top: 0px;
}

.left_nav ul 
{
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

.left_nav li 
{
	list-style: none;
	padding-bottom: 10px;
}

.left_nav .current-cat 
{
	background-image: none;
}

.left_nav .current-cat a 
{
	/*color: #072C56;*/
}


/*
 *
 * RIGHT NAV
 *
*/

.right_nav 
{
	width: 170px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-transform: lowercase;
	text-align: left;
}

.right_nav b 
{
	color: #fff;
}

/*
 *
 * LINE
 *
*/

.line 
{
	width: 30px;
	background-color: #FF250D;
}


/*
 *
 * INFO
 *
*/

.info 
{
	vertical-align: top;
	width: 170px;
	background-color: #fff;
}

.info_bar 
{
	width: 100%;
	height: 30px;
	background-color: #FF250D;
	margin-bottom: 10px;
}

.info_text
{
	color: #072C56;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 120px;
}

.info_text h1
{
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.info_img 
{
	background-color: #fff;
	vertical-align: bottom;
	text-align: right;
	height: 105px;
}


/*
 *
 * FOOTER
 *
*/

#footer 
{
	margin: 0px auto;
	border: none;
	width: 1000px;
	text-align: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 30px;
}

#footer a 
{
color: #fff;
}


/*
 *
 * page2cat
 *
*/

.entry img,
.page2cat img 
{
	padding-bottom: 0px;
	padding-left: 30px;
	width: 170px;
}

.entry p,
.page2cat p 
{
	padding-bottom: 0px;
	clear: none !important;
}


#p2c-header 
{
	margin: 0px;
	padding: 0px;
}

.ngg-imagebrowser-nav .back,
.ngg-imagebrowser-nav .next 
{
	border: 0px !important;
}


/* NEWS 
*/
.switch_orange .headline
{
	background-image: url('img/headline_bg_orange.jpg');
	
	color: #FF250D;
}

.switch_orange a
{
		color: #072C56;	
}

.switch_blue .headline
{
	background-image: url('img/headline_bg_blue.jpg');
}

.left_blue a
{
		color: #072C56;	
}


.teaser
{
	background-color: #fff;
	
	margin: 0px 20px 0px 0px;
	padding: 5px 10px 0px 10px;
	
	text-align: left;
}

.teaser p
{
	padding: 0px 0px 10px 0px;
	margin: 0;
	
	font-size: 12px;
	font-weight: normal;
}

.teaser b
{
	font-size: 12px;
}

.teaser a
{
		text-transform: uppercase;
		font-size: 12px;
}

.teaser a:hover
{
	color: #FF250D;	
}

.headline,
.headline_blue
{
	background-repeat: no-repeat;
	background-color: #fff;
	
	margin: 0px 20px 0px 0px;
	padding: 6px 5px 6px 20px;
	
	text-transform: uppercase;
	
	text-align: left;
}

.headline a:hover
{
	color: #FF250D;	
}

.headline_blue a:hover
{
	color: #072C56;	
}

.headline h1,
.headline h2,
.headline_blue h1,
.headline_blue h2
{
	margin: 0;
	padding: 0;
	
	font-size: 14px;
}


/* LINKS */

.links .headline
{
	background-image: url('img/headline_bg_orange.jpg');
	
	color: #FF250D;
}

.links .headline_blue
{
	background-image: url('img/headline_bg_blue.jpg');
	
	color: #072C56;
}

.links a
{
		color: #072C56;	
}


.links a:hover
{
		color: #FF250D;	
}

/*
 *
 * HACKS
 *
*/

.spacer_ 
{
	line-height: 20px;
	clear: both;
}



















