/* @override http://provinzglueck.com/css/provinz.css */

/* @group HTML */

body {
	background-image: url(../images/css/background.jpg);
	background-repeat: repeat-x;
	background-color: #555555;
	margin: 0;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EEEEEE;
}

h1 {
	font-size: 1.4em;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.4em;
}

h2 {
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #93c01d;
}

h3 {
	font-size: 1.1em;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

a {
	color: #93c01d;
	text-decoration: none;
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* @end */

/* @group Klassen */

.hidden {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

.klein {
	font-size: 0.8em;
	line-height: 1.5em;
}

.portfolio_thb {
	width: 50px;
	height: 47px;
	background-color: #FFFFFF;
	padding: 3px;
	margin-right: 19px;
	float: left;
}

.portfolio_thb_semi {
	width: 50px;
	height: 47px;
	background-color: #FFFFFF;
	padding: 3px;
	margin-right: 15px;
	float: left;
	filter: Alpha(opacity=20);
	filter: Gray();
	opacity: 0.2;
	-moz-opacity: 0.2;
}

.portfolio_thb_semi:hover {
	filter: Alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.portfolio_trenner {
	width: 18px;
	height: 53px;
	border-left: 1px dotted #777777;
	float: left;
}

.arrow_next {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.arrow_prev {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.team_buttons {
	position: absolute;
	bottom: 14px;
	border-top: 1px dotted #666666;
	padding-top: 10px;
	display: block;
	width: 241px;
	text-align: center;
	font-size: 0.8em;
}

.team_function {
	margin-bottom: 7px;
	display: block;
	color: #91c01d;
}

.team_image {
	float: left;
	margin-bottom: 7px;
}

.green {
	color: #93c01d;
}

.h2 {
	font-size: 1.3em;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #93c01d;
}

.list {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 5px;
	padding: 3px;
	padding-left: 7px;
	color: #AAAAAA;
	display: block;
	background-color: #494949;
	position: relative;
}

.list:hover {
	background-color: #333333;
}

.list_small {
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: -3px;
	padding: 0px;
	padding-left: 17px;
	color: #AAAAAA;
	background-color: #555555;
	display: block;
	width: 224px;
	height: 20px;
	position: relative;
}

.list_small_active {
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: -3px;
	padding: 0px;
	padding-left: 17px;
	color: #222222;
	background-color: #93c01d;
	display: block;
	width: 224px;
	height: 20px;
	position: relative;
}

.list_small:hover {
	background-color: #333333;
}

.news_artikel {
	font-weight: 500;
	font-size: 1em;
	line-height: 1.5em;
}

.notepad {
	padding: 20px;
	margin-top: 20px;
	background-color: #303030;
	border: 1px solid #262626;
	width: 282px;
	height: auto;
	float: left;
	color: #AAAAAA;
	font-size: 0.7em;
}

.notepad img {
	border: inherit;
	margin-bottom: 10px;
}

/* @end */

/* IDs */

#provinzglueck {
	width: 710px;
	float: left;
	margin-left: 15%;
}

*html #provinzglueck {
	margin-left: 7%;
}

#logo {
	width: 710px;
	height: 110px;
	background-image: url(../images/css/provinzglueck.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

#menu {
	margin-top: 20px;
	margin-bottom: 16px;
	float: left;
	width: 790px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu li {
	width: 138px;
	height: 32px;
	float: left;
	list-style: none;
	margin-right: 5px;
	background-image: url(../images/css/background_menu.jpg);
}

#menu a {
	width: 138px;
	height: 32px;
	display: block;
}

#index {
	background-position: 0px 0px;
}

#index:hover {
	background-position: 0px -32px;
}

#index_active {
	background-position: 0px -64px;
}

#philosophie {
	background-position: -138px 0px;
}

#philosophie:hover {
	background-position: -138px -32px;
}

#philosophie_active {
	background-position: -138px -64px;
}

#portfolio {
	background-position: -276px 0px;
}

#portfolio:hover {
	background-position: -276px -32px;
}

#portfolio_active {
	background-position: -276px -64px;
}

#team {
	background-position: -414px 0px;
}

#team:hover {
	background-position: -414px -32px;
}

#team_active {
	background-position: -414px -64px;
}

#weblog {
	background-position: -552px 0px;
}

#weblog:hover {
	background-position: -552px -32px;
}

#weblog_active {
	background-position: -552px -64px;
}

#menu li:hover {
	background-position-y: -32px;
	cursor: pointer;
}

#menu .link {
	width: 138px;
	height: 32px;
	background-color: transparent;
}

#content .div {
	background-image: url(../images/css/background_content.jpg);
	background-repeat: repeat-x;
	background-color: #444444;
	position: relative;
}

#content p {
	width: 100%;
	float: left;
}

#content .image {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#content_part_1 {
	width: 424px;
	height: 340px;
	float: left;
	overflow: auto;
	padding: 0px;
}

#content_part_2 {
	width: 241px;
	height: 300px;
	float: right;
	overflow: auto;
	padding: 20px;
	line-height: 1.6em;
}

#content_part_2 h2 {
	margin-top: 10px;
}

#content_part_2 .image {
	float: right;
	border: 0px solid #333333;
	margin-left: 10px;
	margin-bottom: 5px;
}

#content_part_3 {
	width: 180px;
	height: 100px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#content_part_4 {
	width: 179px;
	height: 100px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#content_part_5 {
	width: 251px;
	height: 100px;
	float: right;
	margin-top: 5px;
	padding: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#footer {
	background-color: transparent;
	padding: 10px;
	padding-left: 15px;
	font-size: 0.7em;
	float: left;
	text-align: left;
	width: 690px;
	color: #888888;
}

#footer a {
	color: #999999;
}

#portfolio_info {
	background-color: #393939;
	filter: Alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	width: 384px;
	height: auto;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 20px;
	z-index: 1000;
}

#portfolio_info_blank {
	display: none;
	height: 0px;
	width: 0px;
}