/* @override http://doellmann.at/fileadmin/templates/doellmann_stylesheet.css */

/* - - - - - - - - - - - - - - - - - - - - -

Title : Doellmann.at
Author : Tobias Müller
URL : www.doellmann.at

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: white repeat-y center;
	font: 10px/13px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #000;
	}

* {
	z-index: 5;
	}
	

/* ----- IDS ----- */

#frame_background {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	}


#flashbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	}

#frame_flashlines, #frame_static_flashlines {
	width: 1680px;
	height: 1050px;
	position: relative;
	overflow: hidden;
	z-index: 3;
	}	

#logobox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 119px;
	/*background: url(img/logo_doellmann.png) no-repeat 14px 0;*/
	}

#mainmenu_left {
	width: 224px;
	position: absolute;
	left: 465px;
	top: 92px;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	}

#mainmenu_right {
	width: 224px;
	position: absolute;
	left: 691px;
	top: 75px;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	}

#languagebox {
	position: absolute;
	left: 915px;
	top: 3px;
	color: #999933;
	}

#submenu {
	width: 224px;
	position: absolute;
	left: 691px;
	top: 212px;
	overflow: hidden;
	font-size: 9px;
	line-height: 15px;
	z-index: 10;
	display: block;
	height: 430px;
	}

#submenubox {
	overflow: hidden;
	display: block;
	}
	
#contentbox {
	position: absolute;
	top: 230px;
	min-width: 675px;
	overflow: hidden;
	}

#content {
	overflow: hidden;
	}

#content_overlay {
	position: absolute;
	left: 465px;
	top: 0px;
	width: 210px;
	overflow: hidden;
	}

#content_overlay_big {
	z-index: 4;
	position: absolute;
	width: 635px;
	height: 365px;
	overflow: hidden;
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
	display: block;
}

#text_left {
	float: left;
	margin-left: 15px;
	width: 210px;
	min-height: 10px;
	overflow: hidden;
	display: inline-block;
	}

#text_right {
	float: left;
	margin-left: 14px;
	width: 436px;
	overflow: hidden;
	display: inline-block;
	}


#projektname {
	width: 224px;
	position: absolute;
	left: 465px;
	top: 212px;
	overflow: hidden;
	font-size: 12px;
	}

#thumbnails {
	width: 450px;
	position: absolute;
	top: 212px;
	overflow: hidden;
	font-size: 7px;
	}

#thumbnails .label {
	display: none;
	}

.thumbnail {
	float: right;
	cursor: pointer;
	}


/* ----- CLASSES ----- */

.hide {
}
.show {
}

#content_overlay * {
	background-color: white;
	}

.myGallery
{
	display: none;
	border: none;
	z-index: 3;
}


/* ----- HEADINGS ----- */

h1 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 13px;
	}

h2 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 3px;
	line-height: 13px;
	font-size: 11px;
	}
	
h3 {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 10px;
	line-height: 13px;
	}
	
h4	{
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 13px;
	font-size: 10px;
	margin-bottom: 0;
	font-weight: normal;
	}
	
h5 {
	font-weight: bold;
	color: #999933;
	line-height: 13px;
	font-size: 9px;
	}
	
h6 {
	color: #999;
	line-height: 12px;
	font-size: 9px;
	font-weight: normal;
	}
h6:hover {
	color: #000;
	}

#content_overlay h4 {
	margin: 0;
	}

/* ----- PARAGRAPHS ----- */

#content_overlay p {
	margin-top: 0;
	padding: 0;
	}

#content_overlay_big p {
	font-size: 26px;
	line-height: 32px;
}

#content_overlay_big h1 {
	font-size: 48px;
	line-height: 52px;
	font-weight: normal;
}

#content_overlay_big .important {
	color: black;
}

#text_right p {
	margin-top: 0;
	margin-bottom: ;
	}

p {
	font: 10px/13px Verdana, "Lucida Grande", Lucida, sans-serif;
	}
	

/* ----- LISTS ----- */

li {
	list-style-image: url(img/list_bullet.png);
	}
	
ul {
	padding: 0;
	list-style-position: inside;
	}


/* ----- LINKS ----- */

a {
	color: #999933;
	text-decoration: none;
	}
	
a:hover {
	color: #999933;
	background-color: #ebebd6;
}


#logobox a:hover {
	border: none;
	background: none;
	}

#mainmenu_left a, #mainmenu_right a {
	width: 210px;
	display: inline-block;
	}


.menu_item a {
	text-transform: uppercase;
	color: #000;
	margin: 0 0 2px;
	}

.menu_item a:hover {
	color: #999933;
	background: none;
	}

#submenu div.menu_item a {
	padding: 1px;
	line-height: 13px;
	background: white;
	}


.navi_line, #projektname {
	width: 210px;
	/*height: 17px;*/
	margin-bottom: 2px;
	overflow: hidden;
	display: inline-block;
	background-image: url(img/stripes_olive.gif);
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	}

.active a, .active a:hover {
	font-weight: bold;
	background-image: url(img/stripes_olive.gif);
	height: 14px;
	}


#linksAktiv, #rechtsAktiv {
	width: 210px;
	overflow: hidden;
	background-image: url(img/stripes_olive.gif);
	}

#languagebox a {
	color: #000;
	}

#languagebox a:hover {
	background: none;
	color: #999933;
	}

/*#content_overlay_big a {
	color: inherit;
	border-bottom: 2px dotted;
}*/


/* ----- FORMS ----- */

form {
	width: 436px;
	overflow: hidden;
	}
	
fieldset{
}

legend{
}

label {
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 13px;
	font-size: 10px;
	margin-bottom: 0;
	font-weight: normal;
	}

input {
	width: 205px;
	height: 10px;
	}

textarea {
	margin: 0;
	width: 430px;
	height: 80px;
}

input, textarea {
	border: 1px solid #999933;
	margin-bottom: 16px;
	font-size: 10px;
	padding: 2px;
	}

input#submit {
	color: #999933;
	background-color: #ebebd6;
	height: 20px;
	}

form h5 {
	margin-top: 0;
	}


/* RED DOT ELEMENT */

#red_dot.start {
	width: 110px;
	height: 61px;
	/*position: absolute;
	top: 7px;
	right: 25px;*/
	padding-top: 45px;
	overflow: hidden;
	}
	
#red_dot.start a:hover {
	background-color: transparent;
	}

#red_dot.start a img {
	border: none;
	}
	
#red_dot.onSite {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	left: 0px;
	}
