/* CSS Document */

body{
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0px;
}


#mbody{
	background:url(../images/bg.jpg) repeat-x #F6F6F6;
	margin:0 auto;
	text-align:center;
	
	
}
#mainwrap{
	margin:0 auto;
	width:928px;
	text-align:left;
	
}

a.logo:link, a.logo:visited{
	float:left;
	width:232px;
	height:21px;
	background:url(../images/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	display:block;
	margin-left:20px;
}

.moduletable-menu{
	float:right;
	margin-right:15px;
}

.mainmenu_delim{
	display:block;
	float:left;
	width:1px;
	height:40px;
	background:url(../images/mainmenu_delim.jpg) no-repeat;
}
#languagemodule{
	text-align:right;
	height:20px;
	margin-top:10px;
	padding-right:35px;
	color:#FFFFFF;
}

#header{
	/*position:absolute;
	top:87px; */
	margin-top:60px;	
	width:928px;
	height:34px;
}



#topmodule{
	width:888px;
	height:291px;
	background:url(../images/top_module.png) no-repeat;
	padding:15px 20px 15px 20px;
	
	/*position:absolute;
	top:120px; */
}


#topmodule_right{
	padding:10px;
	width:380px;
	height:265px;
	float:right;	
	position:relative;
}

#topmodule_left{
	padding:10px;
	width:417px;
	height:265px;
	float:right;	
	position:relative;
}

#home_studio{
	border:solid 1px #CCCCCC;
	padding:10px;
	width:417px;
	height:265px;
	background:url(../images/home_studio.jpg) 10px 10px #F0F0F0 no-repeat;
	float:left;	
	position:relative;
}

.topmodule_title{
	text-transform:uppercase;
	font-size:14px;
	color:#FFFFFF;
	position:absolute;
	bottom:0px;
	right:0px;
	margin:10px;
	background:url(../images/topmodule_title_bg.png);
	line-height:20px;
	padding:7px 20px;
	z-index:1;
}

.tleft{
	left:0px;
	right:auto;
}

a.topmodulelink:link, a.topmodulelink:visited{
	text-decoration:none;
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	width:417px;
	height:265px;
	text-indent:-9999px;
	z-index:100;
}



#home_conference{
	border:solid 1px #CCCCCC;
	padding:10px;
	width:417px;
	height:265px;
	background:url(../images/home_conference.jpg) 10px 10px #F0F0F0 no-repeat;
	float:right;	
	position:relative;
}


#content{
	clear:both;
	position:relative;
	margin:20px;
	float:left;
	width:620px; 
}


#rightmodules{
	position:relative;
	float:right;
	width:230px;
	margin-top:25px;
}

h1{
	color:#013950;
	font-size:27px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
}

h3{
	font-size:20px;
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	
	
}

#footer{
	width:880px;
	border-top:solid 1px #CCCCCC;
	margin-top:30px;
	margin-bottom:20px;
	clear:both;
	position:relative;
	margin:30px auto 20px auto;
	text-align:right;
	padding:5px;
	color:#666666;
}

/*GUESTBOOK STYLE 
----------------------------------------------------------*/

.guestrow0{
	background:#DDF0F3;
	padding:10px;
	margin-bottom:10px;
}

.guestrow1{	
	padding:10px;
}

.guestname{
	font-size:14px;
	font-weight:bold;
	color:#013950;
}

.guestdate{
	float:right;
	font-weight:bold;
}

.navigation{
	float:right;
}

.thankyou{
	margin-top:120px;
	font-size:14px;
	color:#013950;
}

/*Navigation */
a.poweredby:link, a.poweredby:visited{
	color:#666666;
	text-decoration:none;
}
a:link, a:visited{
	color:#013950;
	text-decoration:none;
}

a.pagenav:link, a.pagenav:visited{
	text-decoration:none;
}

a.mainlevel:link, a.mainlevel:visited {
	border:0 none;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:13px;
	height:30px;
	line-height:30px;
	padding:0 15px 10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/mainmenu_bg.jpg) 0px 43px repeat-x;
}

a.mainlevel:hover{
	cursor:pointer;
	background:url(../images/mainmenu_bg.jpg) 0px 0px;
}

a.mainlevel#active_menu{
	background:url(../images/mainmenu_bg.jpg) 0px 0px;
}

a.language#activelanguage{
	color:#0C99B7;
}

a.language:link, a.language:visited{
	color:#FFFFFF;
	text-decoration:none;
}



/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	color: #545454;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #EDECEC;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 1px solid #40C9DD;
	background: #F7F7F7;
	margin-bottom:5px;
}

.inputbox:hover, .inputbox:focus {

	border: 1px solid #21A5B8;
	background: #FFFFFF;
}

div.formbox{
	background:url(../images/formboxmiddle.jpg) left top repeat-y;
	
}

div.formbox div{
	background:url(../images/formboxtop.jpg) left top no-repeat;
}

div.formbox div div{
	background:url(../images/formboxbottom.jpg) left bottom no-repeat;
	width:617px;
	padding:30px;
}

.aginfosubmit{
	background:#013950;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	display:block;
	height:27px;
	line-height:27px;
	text-align:left;
	padding-left:5px;
	float:right;
	margin-right:15px;
}

.msubmit{
	background:#013950;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	display:block;
	height:27px;
	line-height:27px;
	text-align:left;
	padding-left:5px;
	float:right;
	margin-right:53px;
}


