/* CSS Style Sheet */

* {margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 62.5%;
}

p {margin-bottom: 15px;
    margin-top: 5px;
}

h1 {
	font-size: 2em;
	padding-top: 16px;
	padding-left: 20px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	filter:Blur(direction=235, strength=16);
}

h2 {
	font-size: 1em;
	padding-left: 35px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #444444;
	font-style: italic;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none;
}

h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}     

a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}  

a:hover {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}   

a:active {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */


.img_left {float: left;
	margin-right: 8px;
	border: 1px solid #000000; 
}


/***************************** side structure elements ****************************/


#container {
	font-size: 1.2em;
	margin-left: 20px;
}

#header {
	height: 100px;
	margin-left: 140px;
	background-color: #083D6E;
	background-image: url(../../images/aussicht_laurebina_1440x100.jpg);
	background-repeat: no-repeat;
/*	margin-top:-14px;   */
}

#left {
	background-image: url(../../images/aussicht_laurebina_160x400_gradient.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 400px;
	padding-top: 140px;
	background-repeat: no-repeat;
}

#right {
	background-image: url(../../images/content_top_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 140px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
	text-align: left;
/*	padding-top: 36px;  */  
}

#right_shadow {
	position: absolute;
	margin-left:0px
	margin-top:200px
}

#sub_left {width: 32%;
	padding-right: 5px;
	float: left;
}

#sub_content {width: 32%;
	padding-right: 5px;
	float: left;
}

#sub_right {width: 32%;
	padding-right: 5px;
	float: left;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}


/***************************** sidebar navigation ****************************/
			
#left_navigation {
	width: 160px;
	height: 200px;
	padding-top: 0px;
	padding-left: 0px;

}

#left_navigation ul {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
}

#left_navigation a {
	display: block;
	padding: 3px;
	width: 100px;
	border-bottom: 1px solid #eee;
	color: #FFFFFF;
}

#left_navigation a:link, #navlist a:visited {
	text-decoration: none;
}

#left_navigation a:hover {
	background-color: #6699CC;
	color: #FFF;
}

 /**************************** END sidebar navigation **************************/



.current {
	font-weight: bold;
	background-color: #CCE8FF;
}

.cthumb {
	background-color: #ffffff;
	border: 0px transparent; border-width: 0px;
}

.thumb {
	background-color: #d8e3ed;
	border: 0px transparent; border-width: 0px;
}

.image { margin: 0px; border-width: 1px; border: 1px solid;}
a:link .image { border-color: #aaaaaa; color: #aaaaaa;}
a:visited .image { border-color: #666666; color: #666666;}
a:hover .image { border-color: #ffffff; color: #ffffff;}

.slideImage { border-width: 0px; border: 0px solid; border-color: #ffffff;}
a:link .slideImage { border-color: #ffffff;}
a:visited .slideImage { border-color: #ffffff;}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.title a:link {
	text-decoration: none;
	color: #000000;
}

.title a:visited {
	text-decoration: none;
	color: #000000;
}

.title a:hover {
	text-decoration: none;
	color: #ffffff;
}

.infotable {
	border: 0px solid #88a8ca;
	border-collapse: collapse;
}

.infotable td {
	border: 0px solid #88a8ca;
}

.infotable table td {
	border: 1px;
}

.dirname {
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}

.comment {
	color: #222222;
	/* font-weight: bold; */
	font-size: 12px;
}

.smalltxt {
	color: #666666;
	font-size: 12px;
}

.xsmalltxt {
	color: #888888;
	font-size: 12px;
}

.newlabel {
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4488CC;
}
