@import url(/2008/inc/reset.css);

body {
	background-color: #ffffff;
	text-align: center;
	height: 100%;

/*
	background-image: url(/2008/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	*/

}

#main{
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 800px;
	min-height: 100%;
	background-color: #ffffff;
}

* html #main {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#logo {
/*	height: 120px; */
	height: 30px;
	text-align: center;
	vertical-align: top;
}

#nav {
	height: 65px;
	vertical-align: top;
	text-align: center;
	}
	
#navbar td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 12px;	
}

#navbar td a{
	text-decoration: none;
	color: #000000;
}

#navbar td a:hover{
	text-decoration: none;
	color: #FFCC00;
}


#navbar .yellow {
	background: #ffffff;
	height: 2px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #FFCC00 solid;
}


#navbar .NavActive {
	color: #FFCC00;
}

	
#content{
	padding-top: 30px;
	line-height: 18px;
	vertical-align: top;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 740px;
}

#content td{
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content a{
	text-decoration: none;
	font-weight: bold;
	color: #9FA2A5;
}

#content a:hover {
	color: #FFCC00;
}

#foot {
		border-top: 1px #FFCC00 solid;
	}

#foot td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	vertical-align: middle;
	padding-bottom: 10px;
/*	padding-left: 45px;*/
	padding-top: 10px;

}

#foot a{
	text-decoration: none;
	color: #999999;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}




#Grid{
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-collapse:collapse;
	margin: 0 auto;
	
}

#Grid td {
	border:1px solid #CCCCCC;
	padding:4px;
}

#Grid .checkbox{
	width: 13px;
	height: 13px;
}

#Grid .hidden{
	border: 0px;
}

#Grid .titel{
	background: #E2E2E2;
	height: 30px;
}






input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, submit{
	border: 1px solid #999999;
	height: 20px;
	vertical-align: top;
	padding: 2px;
}


.hidden, #contentline .hidden{
	border: 0px;
}

.TextCountText{
	margin-top: 5px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.TextCountText input{
	border: 0px;
	width: 25px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}


.VorlagenBtn{
	margin-top: 15px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 25px;
}


#txt {
	top: -100px;
	margin-left: 35px;
}


.sdbuttons a, .sdbuttons button, {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#ffffff;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.sdbuttons button{
    width:180px;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.sdbuttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.sdbuttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

#content td ul li {
list-style-image: url('/images/bullet1.jpg');
}


#content p b{
	font-weight: bold;
}