/* Copyright 2009 by Milton Pfenninger */

*{
	padding:0;
	margin:0;
}

body{
	background-color:#fff;
 	background-image:url(../images/cv_bg.gif);
	font-family: arial, helvetica, sans-serif;
	color: #000;
}

#page{
	position: absolute;
	left: 50%;
	margin-left:-484px;
	width:968px; 
	height:490px;
}

#logo{
	margin-left:40px;
	margin-top:12px;
}

#top{
	background-image:url(../images/cv_balken_oben.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:96px;
	width:968px;
}

#bottom{
	background-image:url(../images/cv_balken_unten.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:56px;
	width:968px;
}

#footer{
	width:968px;
	height:30px;
}

#addressimage{
	text-align:right;
	margin-right:55px;
	margin-top:4px;
}
#outermain{
	width:968px;
	height:398px;
}

#main{
	margin:40px;
	margin-top:0;
	margin-bottom:0;
	background-color:#fff;
	height:398px;
}

#mainmenu{
	float:left;
	margin-left:27px;
	width:221px;
	height:398px;
	color:#777;
}


.parent.active{
	background-image:url('../images/navplus.jpg');
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:13px;
	margin-bottom:11px;
}

.menu a:link, .menu a:hover, .menu a:link, .menu a:visited, .menu a:hover{
	color:#777;
	text-decoration:none;
	font-size:13px;
    font-family: arial, helvetica, sans-serif;
	font-weight:bolder;
	/*line-height:230%;*/
}

.menu a:hover, .menu a:active{
	color:#000;
	text-decoration:none;	
}

.parent.active a:link , .parent.active a:visited {
	/*line-height:100%;*/
}


.menu ul {
	padding:0;
	margin:0;
	/*margin-bottom:8px;*/
}

ul.menu  ul{
	margin-top:-5px;
	margin-bottom:-5px;
}

ul.menu {
	/*margin-bottom:8px;*/
}


ul.menu li {
	list-style-type:none;
	margin-bottom:8px;
}


ul.menu li li {
	list-style-type:none;
	margin-left:0;
	margin-bottom:-5px;
	padding:0;
	background-image:none;
}

li #current a:link, li #current a:visited {
	color:#000;	
}

#content{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	line-height: 22px;
	width:375px;
	height:405px;
	padding-right:32px;
	overflow-y:auto;
	overflow-x:hidden;
}


#imageright{
	float:right;
	width:192px;
	height:181px;
	text-align:left;
	margin-right:28px;
	margin-left:0;
}


.parent.active>a:link , .parent.active>a:visited, .parent.active>a:active {
	/*background-image:none;*/
	color:#000;
}

#current>a:link, #current>a:visited{
	/*background-image:none;*/
	color:#000;
}

/* F�r den TinyMCE Editor */

.mceToolbarTop * {
  float:left;
}

.mceToolbarTop select {
  width:auto!important;
}

.mceToolbarTop option {
  float:none;
}


/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Edit Image */

.contentpaneopen_edit img {
	border:none;
}

.contentpaneopen_edit {
	float:right;
}

/* login */

fieldset.input {
	border:none;
}

/* contact */

.contactinput{
	width:180px;
	font-size:13px;
	margin-left:63px;
}

.contacttextarea{
	width:243px;
	height:120px;
	font-size:13px;
}

.aiContactSafe_contact_form_field_label_left{
	font-weight:bold;
}

input {
	font-size:13px !important;
}

/* listen */

#content ul li{
	margin-left:13px;
}

.aiContactSave{
	margin:0;
	padding:0;
}

#address{
	text-align:right;margin-right:60px;margin-top:1px;color:#FFF;
}

#address a, #address a:link, #address a:visited, #address a:active{
	color:#FFF;
	text-decoration:none;
}

#address a:hover{
	text-decoration:underline;
}

