@import url("reset.css");

.karistir span { display: none; }

table {
    border-collapse: collapse;
}
td {
    padding-top: 0px;
    padding-bottom: 12px;
}

em {
	font-style: italic;
}
.headerstring {
   float:right;
   padding: 20px 10px 0 0;
  font: 100 50px/0.8 'Great Vibes', Helvetica, sans-serif;
  color: #151513;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.1); 
}

h1 {font-size:1.5em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}

.center {text-align:center;}

body {
color: rgb(80,80,80);
font-family: sans-serif;
line-height: 135%;
text-align:justify;
}

a:link, a:visited {
color: rgb(50,50,150);
text-decoration:none;
}

.gradient {
  background-image:
    linear-gradient(
      #c5e7fd, #ffffff
    );
}

html {
   height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
	 background-image:
    linear-gradient(
      #f5f7fd, #ffffff
    );
	background-attachment: fixed;
}


#menu {
	width: 200px;
	margin-top: 10px;
}
	
#menu li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
}
	
#menu li a:link, #menu li a:visited {
	color: #777;
	display: block;
	background: url(../images/menu.gif);
	padding: 8px 0 0 20px;
}
	
#menu li a:hover {
	color: #257EB7;
	background: url(../images/menu.gif) 0 -32px;
	padding: 8px 0 0 25px;
}
	
#menu li a:active {
	color: #fff;
	background: url(../images/menu.gif) 0 -64px;
	padding: 8px 0 0 25px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#headerwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}

#header {
    height: 120px;
    background: #d2ebf4;
    border-radius: 10px;
    border: 1px solid #ebebeb;
	margin: 10px;
}

#contentwrap {
    width: 780px;
    float: left;
    margin: 0 auto;
}

#content {
    background: #FFFFFF;
/*	background-image:
    linear-gradient(
      #008B8B, #91BEBE
    );
	*/
    border-radius: 10px;
    border: 1px solid #ebebeb;
	margin: 10px;
	padding: 20px;
}

#leftcolumnwrap {
    width: 220px;
    float: left;
    margin: 0 auto;
}

#leftcolumn {
    background: #FFFFFF;
    /*border-radius: 10px;*/
	/*border: 1px solid #ebebeb;*/
    margin: 10px;
}

#footerwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    /*height: 40px;*/
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 5px;
}
.container * {
    padding: 10px;
}