/*
Description: Stylesheet für Cacomasy
Author: caesar
Version: 1.0
Date: 2008-04-20
Last Change: 2008-12-22
*/

body {
	background: #fdfdfd;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #111111;
	text-align: center;
}

img{
	border: 0px;
}

em{
	font-style: italic;
}

a:link { 
color:  #505050 ; 
text-decoration: none; 
} 

a:visited { 
color: #505050 ; 
text-decoration: none; 
}

a:hover { 
color: #9f9f7f; 
text-decoration: none; 
} 

#main{
	background: #FAF8F9;
	margin: 10px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
	border: 1px solid #000000;
}

#header{
	width: 945px;
	float: left;
	height: 100px;
	padding-top: 25px;
	padding-left: 5px;
	margin-bottom: 5px;
	background: url('img/header.png') no-repeat;
	background-position: top left;
}

#header a:link, #header a:visited, #header a:hover{
	text-decoration: none;
	font-size: 2.0em;
}


#menue{
	float: left;
	width: 190px;
	padding-top: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: url('img/pic_1.png') no-repeat;
	background-position: bottom right;
	border: 1px dashed #959595;
}

#meta{
	float: right;
	width: 190px;
	margin-right: 10px;
	padding-bottom: 35px;
	background: url('img/pic_3.png') no-repeat;
	background-position: bottom right;
	border: 1px dashed #959595;
}

#content{
	float: left;
	width: 480px;
	height: 450px;
	margin: 0px 22px 10px 22px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	border: 1px dashed #959595;
}

#content a:link, #content a:visited{
	border-bottom: 1px dashed #060606;
}

#install{
	float: left;
	width: 480px;
	height: 400px;
	margin: 20px 224px 20px 224px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	border: 1px dashed #959595;
}

#footer{
	clear: both;
}

ul.menue{
	padding: 0 0 0 10px;
	list-style-type: none;
}

ul.menue li a{
	display: block;
	text-decoration: none;
	line-height: 1.8em;
	margin-left: -10px;
	padding-left: 10px;
}

ul.menue li a:hover{
	display: block;
	text-decoration: none;
	line-height: 1.8em;
}


ul.buttons{
	padding: 0 0 0 10px;
	list-style-type: none;
	position: relative;
	bottom: 0px;
	line-height: 1.8em;
}

.center{
	text-align: center;
}

span.ueberschrift{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.8em;
}

table.download{
	width: 400px;
	margin: 5px auto;
	border: 0px solid #000000;
}

.contact{
	margin: 5px auto;
}

div.news{
	margin-bottom: 15px;
	background: #f2f2f2;
	border: 1px solid #999999;
}

div.news:hover{
	z-index: 0;
}

div.news div.vis{
	visibility: hidden;
	z-index: 0;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}

div.news:hover div.vis{
	visibility: visible;
	z-index: 100;
	position: relative;
	display: inline;
}


.news_title{
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

div.code_1 {
	#width: 95%;
	padding: 5px;
	margin: 10px;
}

div.code_2 {
	overflow: auto;
	padding: 5px;
	border: solid 1px;
	border-color:#adadad;
	background: #f8f7f8;
	font-size: 1.2em;
}

div.newsbox_outside{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 170px;
}

div.newsbox_inside{
	background: #f8f7f8;
	border: solid 1px;
	border-color:#adadad;
	line-height: normal;
}

div.change{
	right: 5px;
	bottom: 5px;
	margin-top: 10px;
	float: right;
}

table.replace_table td{
	border: 0px;
	width: 100%;
	padding: 2px; 
	margin: 2px;
	background: #EFEFEF;
}

textarea, input{
	font: normal 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f8f7f6;
	border: 1px solid #000000;
	margin: 1px 0px 1px 0px;
}

textarea:hover, textarea:focus, textarea:active, input:hover, input:focus, input:active{
	background: #ffffff;
	border: 1px solid #cccccc;
}
