
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#wrapper {
    background-color: #fff;
    border: 0 none;
    color: #555;
    margin: 25px 0px 80px 15px;
}

#header {
#    background-color: #778899;
    background-color: #3e566c;
    box-shadow: 0px 0px 1px #94a6bc;
    color: #fff;
    height: 85px;
    text-align: center;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    padding: 24px 10px 10px 10px;
    font-size: 39pt;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.logo {
    position: relative;
    left: 9px;
    top: -62px;
    width: 50px;
    height: 112px;
    background-image: url(../images/ccg_logo.png);
    background-size: 50px auto;
    background-repeat: no-repeat no-repeat;
    cursor:pointer;
}

#main {
    margin: 20px auto 20px;
    width: 360px;
}

#footer {
#    background-color: #e6e6e6;
    background-color: #3e566c;
    box-shadow: 0px 0px 1px #eee;
    height: 30px;
#    color: grey;
    color: #fff;
    text-align:center;
    font-size: 13px;
    padding:20px 10px 10px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 98.5%;
    position: fixed;
    bottom: 0px;
}

#footer a {
#	color: #555;
	color: #fff;
}

form {
    background-color: #fff;
}

form input.text_t[type="text"], input.text_t[type="password"] {
    background-color: #fff;
    border: 1px solid #94a6bc;
    border-radius: 2px;
    color: #555;
    font-size: 16px;
    height: 20px;
    padding: 3px;
    width: 350px;
}

form input[type="text"], input[type="password"] {
    background-color: #fff;
    border: 1px solid #94a6bc;
    border-radius: 2px;
    color: #555;
    font-size: 16px;
    height: 20px;
    padding: 3px;
    width: 350px;
}


form input.captcha_t[type="text"] {
    background-color: #fff;
    border: 1px solid #94a6bc;
    border-radius: 2px;
    color: #555;
    font-size: 16px;
    height: 20px;
    padding: 3px;
    width: 243px;
}

form textarea {
    background-color: #fff;
    border: 1px solid #94a6bc;
    border-radius: 2px;
    color: #555;
    font-size: 16px;
    padding: 3px;
    width: 22em;
    height: 7em;
}

form select {
    background-color: #fff;
    border: 1px solid #94a6bc;
    border-radius: 2px;
    color: #555;
    font-size: 16px;
    padding: 3px;
    width: 357px;
    height: 2em;
}

form input[type="text"]:focus, input[type="text"]:hover, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:hover, input[type="password"]:active, textarea:focus, textarea:hover, textarea:active {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #0098db;
}

form input.text_t[type="text"]:focus, input.text_t[type="text"]:hover, input.text_t[type="text"]:active, input.text_t[type="password"]:focus, input.text_t[type="password"]:hover, input.text_t[type="password"]:active, input.captcha_t[type="text"]:focus, input.captcha_t[type="text"]:hover, input.captcha_t[type="text"]:active {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #0098db;
}

form input.submit_t[type="submit"] {
    border: 1px solid #94a6bc;
    border-radius: 2px;
    box-shadow: 0px 1px 1px #eeeeee;
    color: #fff;
    font-size: 16px;
    height: 33px;
    padding: 3px;
    width: 360px;
    cursor: pointer;
#    background-color: #778899;
    background-color: #3e566c;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

form input.submit_t[type="submit"]:focus, input.submit_t[type="submit"]:hover, input.submit_t[type="submit"]:active {
    border: 1px solid #666;
    border-radius: 2px;
    box-shadow: 0px 1px 1px #eeeeee;
    color: #fff;
    font-size: 16px;
    height: 33px;
    padding: 3px;
    width: 360px;
    cursor: pointer;
    background-color: #708090;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

form input[type="submit"] {
    border: 1px solid #94a6bc;
    border-radius: 2px;
    box-shadow: 0px 1px 1px #eeeeee;
    color: #fff;
    font-size: 16px;
    height: 33px;
    padding: 3px;
    cursor: pointer;
#    background-color: #778899;
    background-color: #3e566c;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

form input[type="submit"]:focus, input[type="submit"]:hover, input[type="submit"]:active {
    border: 1px solid #666;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    height: 33px;
    padding: 3px;
    cursor: pointer;
    background-color: #708090;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

form input.captcha[type="submit"] {
    border: 0px;
    height: 21px;
    width: 24px;
    cursor: pointer;
    background-image: url(../images/change.gif);
    background-color: #fff;
    vertical-align: 24px;
}

form input.captcha[type="submit"]:focus, input.captcha[type="submit"]:hover, input.captcha[type="submit"]:active {
    border: 0px;
    color: #fff;
    height: 21px;
    width: 24px;
    cursor: pointer;
    background-image: url(../images/change_h.gif);
    background-color: #fff;
    vertical-align: 24px;
}

hr {
   color: #e6e6e6;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
#	color: #778899;
	color: #3e566c;
}

.table_t {
	border: 0px solid #e1e1eb;

}

.odd {
#	background-color: #cccccc;
	background-color: #e3e8ed;
}
.even {
	background-color: #fff;
}

.tdbg {
	background-color: #fefbf3;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 2px;
}

a {
       color: #3399ff;
       text-decoration: none;
}

a:visited {
       color: #3399ff;

}

a:hover {
        color: #b22222;
	text-decoration: underline;
}

ul      {
	list-style-image: url(../images/pfeil-rot.gif);
}

a.menu   {
#         background-color: #ccc;
         background-color: #e6e6e6;
#         color: #555;
         color: #3e566c;
	 border: 1px solid #e1e1eb;
         border-radius: 3px;
         font-size: 12pt;
         font-weight: bold;
         padding: 3px 5px;
         text-decoration: none;
         vertical-align: middle;
}

a.menu:hover {
	color: #555;
	background-color: #fff;
	box-shadow: 0px 0px 3px #ccc;
	border: 1px solid #555;

}

.violet {color: #993399}
.green {color: green}
.blue {color: blue}
.red {color: red}

.greyed {
	color: #999999;
}

.active {
	color: #FF0000;
}

.indent {
	padding-left: 15px;
}

/*
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	font-style: italic;
}
*/

.RedBackground {
	background-color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

.GreyBox {
	color: #CCCCCC;
	border-color: #CCCCCC;
}

.style1 {font-family: "Courier New", Courier, mono}
.style2 {color: #0000FF}

.style3 {
	color: #FF0000;
	font-weight: bold;
}

.style4 {color: #008000}
.style6 {color: #008000; font-weight: bold; }
.NODE { color: #FF0000; text-decoration: none; font-size: 13pt; }
.END_NODE { color: #2F2F2F; text-decoration: none; font-size: 11pt; }
.EDIT { color: #4169E1; font-size: 9pt;}
.style7 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; }

.scrollicon {
#    background: none repeat scroll 0 0 #555;
    background: none repeat scroll 0 0 #3e566c;
    color: #fff;
    border: 1px solid #67789e;
    border-radius: 50%;
    bottom: 100px;
    cursor: pointer;
    display: none;
    height: 50px;
    opacity: 0.5;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

.scrollicon:hover {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    bottom: 100px;
    cursor: pointer;
    display: none;
    height: 50px;
    opacity: 0.5;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    width: 50px;
  }

